Hi Allan,
I was just having a look , can stored procedure be used in editor serverside to read data from table?
https://datatables.net/forums/discussion/comment/152791/#Comment_152791
My table name is cont_test, and the stored procedure name is test . How would I tell editor to read data from Stored proceure rather than view?
$editor = Editor::inst( $db, 'cont_test')
->readTable('test') // The VIEW to read data from
->field(
Thnak you in advance