Inserting content between "showing x entries" and filter box
Inserting content between "showing x entries" and filter box
ArunRahul
Posts: 16Questions: 4Answers: 0
I am new to DataTables .
I managed to plug-in datatables into my code . I have one more requirement which is as follows.
In datatables , I want to add some content (buttons) between "showing x entries"(i.e., div with id:'tableName_length') and filter(i.e., div with id : 'tableName_filter') input box .
Is there any way I can achieve it.
To be specific , I want to insert table tools "select_all" and "select_none" buttons and "my_own_button" between those two which I mentioned above . Could any body help me on this ?
I managed to plug-in datatables into my code . I have one more requirement which is as follows.
In datatables , I want to add some content (buttons) between "showing x entries"(i.e., div with id:'tableName_length') and filter(i.e., div with id : 'tableName_filter') input box .
Is there any way I can achieve it.
To be specific , I want to insert table tools "select_all" and "select_none" buttons and "my_own_button" between those two which I mentioned above . Could any body help me on this ?
This discussion has been closed.
Replies
Allan