Adding more drop down or html elements to Datatable in Jquery
问题 Is it possible to add more drop down or other html elements to the Datatable after the default Display "5" record I want to add more drop down to my DataTable between the Default one and the Search Bar which is provided by default. I have gone through sDom but I am not able to understand the syntax. Thanks in advance. 回答1: You can insert an element <div> between the length menu and the filter box this way : var table = $('#example').DataTable({ dom : 'l<"#add">frtip' }) 'lfrtip' is the