Dom of Plugin
Dom of Plugin
bubuzzz
Posts: 26Questions: 0Answers: 0
Hi all,
I am trying to make a plugin of Datatables for my current project. What i need to do is make a list of controls on the header (between the length and filter div). How can i do that ? I created the plugin to generate all the controls already
Regards
I am trying to make a plugin of Datatables for my current project. What i need to do is make a list of controls on the header (between the length and filter div). How can i do that ? I created the plugin to generate all the controls already
Regards
This discussion has been closed.
Replies
[code]
"_fnDrawCallback" : function() {
$('.dataTables_wrapper .clear').append(this.dom.wrapper);
},
[/code]
Allan