It looks like you're new here. If you want to get involved, click one of these buttons!
can I create a button just like 'delete multiple' in list view? like 'publish multiple'.
if there is not built-in function to do so. can I create a custom button in the list view and check that which rows are selected?
Comments
There currently isn't a built in way to do that and you'd likely need to extend the existing Module::items() controller where it uses the following to add actions to the data table.
Then you'd need to add your own javascript to the module using one of the following methods:
http://docs.getfuelcms.com/general/javascript#modules
http://docs.getfuelcms.com/general/javascript#jqx