Implement DataTables server-side processing into Grocery CRUD?
Implement DataTables server-side processing into Grocery CRUD?
JessFelice
Posts: 1Questions: 0Answers: 0
Dear Sir or Madame,
I really love DataTables: I am using it to list 2000 rows.
How can DataTables server-side processing be implemented into Grocery CRUD (codeIgniter)?
For example, most of all, I cannot understand how to configure this line:
---------------------------------------------------------------------------------------------------
/* Array of database columns which should be read and sent back to DataTables. Use a space where
* you want to insert a non-database field (for example a counter or static image)
*/
$aColumns = array( 'engine', 'browser', 'platform', 'version', 'grade' );
---------------------------------------------------------------------------------------------------
links:
http://www.grocerycrud.com/documentation/options_functions/set_theme
http://datatables.net/release-datatables/examples/data_sources/server_side.html
waiting for your reply, I send you my kindest regards.
Jess Felice
I really love DataTables: I am using it to list 2000 rows.
How can DataTables server-side processing be implemented into Grocery CRUD (codeIgniter)?
For example, most of all, I cannot understand how to configure this line:
---------------------------------------------------------------------------------------------------
/* Array of database columns which should be read and sent back to DataTables. Use a space where
* you want to insert a non-database field (for example a counter or static image)
*/
$aColumns = array( 'engine', 'browser', 'platform', 'version', 'grade' );
---------------------------------------------------------------------------------------------------
links:
http://www.grocerycrud.com/documentation/options_functions/set_theme
http://datatables.net/release-datatables/examples/data_sources/server_side.html
waiting for your reply, I send you my kindest regards.
Jess Felice
This discussion has been closed.