Quantcast
Channel: Recent Discussions — DataTables forums
Viewing all articles
Browse latest Browse all 82108

Creating a wrapper for DataTables

$
0
0
I'd like to create something like this but I'm not sure how:

$('#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.

Viewing all articles
Browse latest Browse all 82108

Trending Articles