Eneable only Select Input after using dom: 'frt'
Eneable only Select Input after using dom: 'frt'
jas_jose
Posts: 10Questions: 4Answers: 0
I am using the 'load more' button from her https://www.gyrocode.com/articles/jquery-datatables-load-more-button/, but the thing is, when I hide the pagination using dom: 'frt'
he hide all the controls of my DataTable, wich include the select field, to select how many lines you want to show [10, 25, 50, 100]...
Is there a way to only make the select input go back to appear??
This question has an accepted answers - jump to answer
Answers
Take a look at the
dom
docs to learn how to control the placement of the Datatables elements. You can try adding those elements (l for length change menu, i for info display) but I'm not sure they will affect the Gyrocode Load More button. You will need to ask the developer of the button for more information.Kevin