Skip to content

Tag: datatables

Refresh DataTable without reloading page

I am trying to reload data tables that have been inserted into tabs. Please refer to question: AJAX Update DataTable after On Success A PHP class userX.php has 3 data tables with client-side implementations. I am able to change a row of the first table using a button, once it is done the record will go to tab…

How to show certain rows only in serverside processing?

I would like to show only certain rows to logged in users where “column_name” = “some_value” in serverside-processing. Currently i use following code below. How do i achieve this? Answer We can do this by using instead of simple use complex and then add “column_name = ‘some…