Thanks guys this is a good CRUD really but have few challenges.
1. I am using bootstrap as my theme now i need to color my colomns backgrounds diferently but it seems this library can only support text coloring.
Does any one know the solution to this..
function color($value, $row)
{
return '<span style="background-color:red">'.$value.'<span>';
}
this only creates a bgcolor on the text...
2. I need to merge common cells into one cell many rows into
MONDAY
TEST DATA
TEST DATA2
TUESDAY
TEST DATA3
ANY BODY PLEASE HELP ME THANKS....