Inserting content between "showing x entries" and filter box

Inserting content between "showing x entries" and filter box

ArunRahulArunRahul Posts: 16Questions: 4Answers: 0
edited March 2014 in DataTables 1.8
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 ?

Replies

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Are you using sDom to insert TableTools? If so, use: `'lfrtiTp'` . Then its just a case of CSS positioning - you might need to alter the floats in the CSS.

    Allan
  • ArunRahulArunRahul Posts: 16Questions: 4Answers: 0
    I am using sDom. But unable to place it there. Could you please help me on css part?
  • ArunRahulArunRahul Posts: 16Questions: 4Answers: 0
    Thanks allan . I am able to get the buttons there following your sDom instruction with some CSS play.
This discussion has been closed.