how to change data in datatable after click leftside menu button with example
how to change data in datatable after click leftside menu button with example
rajesh b
Posts: 2Questions: 1Answers: 0
Link to test case:
Debugger code (debug.datatables.net):
Error messages shown:
Description of problem:
Answers
how to change data after click left side menu with static button in datatable laravel
Use
row().data()
orcell().data()
to make updates to the Datatable data.Not sure what the left side menu is. Laravel versions with Datatables integrations are provided by third party developers. You will need to use their support options for questions as the integrations are different than standard Datatables.
Kevin