How can I add a button to each row of the table?
How can I add a button to each row of the table?
Hello,
So I'm trying to add a column that will contain one button to each row in the table that when I click on it, it directs to another php page. The table is using server-side processing.
I was wondering if there's a Plug-in/extension/function here in DataTables that allows me to add that button for each row.
So for example it would look something like this:
Name...............Position...........Click for more Info
Example 1........Example 1....... Button 1
Example 2.........Example 2.......Button 2
Answers
This example here shows how to add a button to each row, this should get you going in the right direction!
C