button filter on user permission

button filter on user permission

calellocalello 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

Answers

  • MickBMickB Posts: 103Questions: 25Answers: 2

    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.

This discussion has been closed.