button filter on user permission
button filter on user permission
calello
Posts: 2Questions: 2Answers: 0
As in https://datatables.net/forums/discussion/14902/disable-enable-new-delete-buttons-based-on-user-permissions-interaction I need to filter the buttons on users permission.
Is it possible without the use of the deprecated TableTools?
Thanks
This discussion has been closed.
Answers
I'm thinking of doing something like this.
Currently I am planning to code the buttons in my PHP page, then pass them up to a variable (blade since I am using Laravel) in the JS on my template.