Search not working. Stuck.
Search not working. Stuck.
Hello,
I am using the form and it is working beautifully. My content is being generated via JSON file. I moved the Search /Filter input to another div using JQuery's appendTo.
The problem is that the Search is resulting in zero results. Not sure what is happening.
My table and initialization code:
[code]
Brand
Camera Model
Optical Zoom
Exposure Control
Focus Control
White Balance Control
Brand
Camera Model
Optical Zoom
Exposure Control
Focus Control
White Balance Control
[/code]
[code]
$j(document).ready(function() {
var oTable = $j('#example').dataTable( {
"bProcessing": true,
"sAjaxSource": camera_source.txt'
} );
$j('.dataTables_filter').appendTo($j('.col-a'));
} );
[/code]
Not sure what is going on?
Thanks in advance!
I am using the form and it is working beautifully. My content is being generated via JSON file. I moved the Search /Filter input to another div using JQuery's appendTo.
The problem is that the Search is resulting in zero results. Not sure what is happening.
My table and initialization code:
[code]
Brand
Camera Model
Optical Zoom
Exposure Control
Focus Control
White Balance Control
Brand
Camera Model
Optical Zoom
Exposure Control
Focus Control
White Balance Control
[/code]
[code]
$j(document).ready(function() {
var oTable = $j('#example').dataTable( {
"bProcessing": true,
"sAjaxSource": camera_source.txt'
} );
$j('.dataTables_filter').appendTo($j('.col-a'));
} );
[/code]
Not sure what is going on?
Thanks in advance!
This discussion has been closed.
Replies
Allan
thanks for responding so fast. the typo is only in the forum as I can't share the absolute URL. Could I possibly trouble you and email the URL to my development?
Allan