Server side processing, button on each row

Server side processing, button on each row

frenzyfrenzy Posts: 21Questions: 0Answers: 0
edited January 2012 in General
Hello,

I am using datatables with server side processing. Everything works fine here. The problem arises when I'm trying to add a button to each row (to delete a row for example), because the data i fetch from the server populates the table, and there is no way to add a button to each row in the process (how could there be a way - the data fetched is in JSON form..). I should somehow mix non server side processing with server side processing: create the button in each row and then apply the datatables to the table to populate the data in other columns. Is this possible or should i find another approach? (i suppose i could use jquery to dynamically create buttons after the datatables are rendered)

Thank you.
This discussion has been closed.