Using Server Side DataTables and custom columns

Using Server Side DataTables and custom columns

dspdsp Posts: 1Questions: 0Answers: 0
edited February 2012 in DataTables 1.9
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

Replies

  • hernan84hernan84 Posts: 7Questions: 0Answers: 0
    Looking for this too!!
    I've been thinking in a way to add custom html on someout of index rows for special columns with action buttons.
  • hernan84hernan84 Posts: 7Questions: 0Answers: 0
    Found the answer here http://www.datatables.net/forums/discussion/5774/adding-checkbox-column-on-server-side-field-search/p1
    fnRender() makes this work!
This discussion has been closed.