Plugin or Core? Modal div on bProcessing
Plugin or Core? Modal div on bProcessing
josemota
Posts: 17Questions: 0Answers: 0
Hi everyone, I've been building this feature today and was wondering if you guys feel it should belong to _core_ or it should be built as a _plugin_. I've reached Allan on the subject and he's not sure so he asked me to ask you.
Here's the link for the code. https://github.com/DataTables/DataTables/pull/25
Let us know what you guys think. Would love some feedback. Thanks guys.
Here's the link for the code. https://github.com/DataTables/DataTables/pull/25
Let us know what you guys think. Would love some feedback. Thanks guys.
This discussion has been closed.
Replies
To bind events to DataTables you just use jQuery.bind - for example $('#example').bind('processing', function () {...} );
Allan