Using sDom Option in DataTable
Using sDom Option in DataTable
![infantheartlyjes](https://secure.gravatar.com/avatar/cee591637ec14ec51bb9da9337b6bc63/?default=https%3A%2F%2Fvanillicon.com%2Fcee591637ec14ec51bb9da9337b6bc63_200.png&rating=g&size=120)
Hi,
I need to set Length changing, Filtering input, Information, Pagination controls at Footer of the DataTable. I used the below code. But its not working properly.
[code]
"sDom": 'rt<"bottom"lfip"><"clear">'
[/code]
But its not working properly.
I need to set Length changing, Filtering input, Information, Pagination controls at Footer of the DataTable. I used the below code. But its not working properly.
[code]
"sDom": 'rt<"bottom"lfip"><"clear">'
[/code]
But its not working properly.
This discussion has been closed.
Replies
Allan
This will show the length menu to the left, search to top right , information on bottom left and pagination to the bottom right
[code]
"sDom": 'rt<"top"lf"bottom"ip"><"clear">'
[/code]
To show at the bttom follow Allan's example