i mean how can this library using for CRUD application?in that libraries i found how it can add addtional column for delete or update. But how can i use it?anyone help me.. so many thanks
if you browsed through the code in the library, at around line 214, you’ll see something like this:
/*
add additional columns here
like adding a Delete Row control for example:
$aaData[$row_key][] = '<a href="#">Delete Button</a>';
*/
mmmkaye?
