filtering not working by default?
filtering not working by default?
xmikew
Posts: 3Questions: 0Answers: 0
I have a Search box displayed above my table by default. When I type something into the search box, no filtering happens.
What am I missing?
[code]
[/code]
In my code:
[code]
$('#table_results').dataTable({
"bPaginate": false,
"bInfo": false,
"aoColumns": [
{ "sType": "string" },
null,
null,
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
null,
null,
]
});
[/code]
Thanks for any assistance. Driving me nuts and I know i'm just doing something stupid. Sorting is working fine...
What am I missing?
[code]
[/code]
In my code:
[code]
$('#table_results').dataTable({
"bPaginate": false,
"bInfo": false,
"aoColumns": [
{ "sType": "string" },
null,
null,
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
{ "sType": "numeric-comma" },
null,
null,
]
});
[/code]
Thanks for any assistance. Driving me nuts and I know i'm just doing something stupid. Sorting is working fine...
This discussion has been closed.
Replies
Steph