Using Pagination along with Column Filtering
Using Pagination along with Column Filtering
Newinthezone
Posts: 22Questions: 0Answers: 0
Hi
I am trying to use the custom pagination plugin along with the Individual column filtering plugin.
I am confused about how my to implement this in the main function :
[code]
$(document).ready(function () {
var oTable = $('#Table1').dataTable({
"sPaginationType": "scrolling"
{ "Olanguage":{
"sSearch": "Search all columns:"
}
}
[/code]
How do i need to place the paginationtype and ssearch code.
When I use them separately (pagination and ssearch) they work fine.
I am trying to use the custom pagination plugin along with the Individual column filtering plugin.
I am confused about how my to implement this in the main function :
[code]
$(document).ready(function () {
var oTable = $('#Table1').dataTable({
"sPaginationType": "scrolling"
{ "Olanguage":{
"sSearch": "Search all columns:"
}
}
[/code]
How do i need to place the paginationtype and ssearch code.
When I use them separately (pagination and ssearch) they work fine.
This discussion has been closed.
Replies
Allan