Using sDom Option in DataTable
Using sDom Option in DataTable
infantheartlyjes
Posts: 9Questions: 0Answers: 0
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