I'd like to create something like this but I'm not sure how:
My project is based on DataTables but I'm adding to it things like in-row updates (using jEditable) and out-of-row updates (using the jQuery UI Dialog). The wrapper will initialize and load DataTables and then bind some events using the wrapper specific properties. I think it'd look cleaner this way.
$('#userGrid').wrapperCall([properties specific to my wrapper], [properties used by DataTables]);
My project is based on DataTables but I'm adding to it things like in-row updates (using jEditable) and out-of-row updates (using the jQuery UI Dialog). The wrapper will initialize and load DataTables and then bind some events using the wrapper specific properties. I think it'd look cleaner this way.