⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Show all action buttons



Fernyx

Fernyx
  • profile picture
  • Member

Posted 04 May 2020 - 16:57 PM

Is possible show all button, not group under more button, i have one view wth many actions

Is possible show action column at the end, like in datatables comunity theme??

Thanks in advance


Anwar

Anwar
  • profile picture
  • Member

Posted 07 September 2020 - 14:58 PM

huh, I have same question, did you find a solution ? 

 

thx


Fernyx

Fernyx
  • profile picture
  • Member

Posted 09 September 2020 - 19:50 PM

No :'(


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 10 September 2020 - 13:27 PM

Is possible show all button, not group under more button, i have one view wth many actions

Is possible show action column at the end, like in datatables comunity theme??

Thanks in advance

 

I am glad to announce you that the latest grocery CRUD Enterprise (v 2.8.3) has the ability to configure the buttons that you would like to show on actions. You can download the latest code from here: https://www.grocerycrud.com/users/enterprise_latest_version

In order to enable the functionality to have all the action buttons you just need to change your configuration. For example for Codeigniter 4 go to app/Config/GroceryCrudEnterprise.php and change the configuration max_action_buttons to:

'max_action_buttons' => [
                'mobile' => 100,
                'desktop' => 100
],

Let me know if this worked for you :) 

Regards

Johnny