Jquery datatable - pagniation DOM -


datatable pagination controls need on top of table , controls should number of records , pagination buttons , custom action download excel sheet.

based on these controls have writen sdom below..

"spaginationtype": "two_button",  "sdom": '<"top"<"actions">lfpi<"clear">><"clear">rt<"bottom">', 

i don't want show label dropdown option 10,15...how remove show drop down , actions not working good.please advise.

try remove l character (length) , see.

"sdom": '<"top"<"actions">fpi<"clear">><"clear">rt<"bottom">', 

detail

l - length changing f - filtering input t - table! - information p - pagination r - processing < , > - div elements <"class" , > - div class examples: <"wrapper"flipt>, <lf<t>ip> 

Comments