Hi, I have a datatables grid in my page. It uses an AjaxSource and i would like to add some 'action' buttons or indicators to my rows. For example i would like to add a switch for "is_active" which indicates if the item is active and allows the user to inactivate it with a click straight from the grid and i would like to add edit, delete buttons in there allso. I've seen this done here: http://datatables.net/release-datatables/examples/api/row_details.html where they add the button on every row but how do i add buttons for an ajax enabled grid ? Thanks !
↧