Using Server Side DataTables and custom columns
Using Server Side DataTables and custom columns
dsp
Posts: 1Questions: 0Answers: 0
First i want to thank you for this great piece of code.
I successfully implemented the server side tables with PHP but i need to add an extra column with an edit button for each row that redirect to another page, for example the column will have a href=another_page.php?id=id for every row.
Any ideas how to accomplish this?
Thank you
I successfully implemented the server side tables with PHP but i need to add an extra column with an edit button for each row that redirect to another page, for example the column will have a href=another_page.php?id=id for every row.
Any ideas how to accomplish this?
Thank you
This discussion has been closed.
Replies
I've been thinking in a way to add custom html on someout of index rows for special columns with action buttons.
fnRender() makes this work!