datatables do not hide rows, search disapppears
datatables do not hide rows, search disapppears
Ok so I am working with PHP to create the datatables.
What is wrong with my code here? The css looks good, but the output looks like this: No rows are hidden, no search appears.
[code] Item No Description Price Available Back Ordered On Order ETA WH WC On Hand WC On Ord WC Order Date
A3228-12 BOOKCASE; SOLID WOOD SHELVES 162.99 0 2.00 2.00 1111 182.00 355.00 0130
A4733ES CHEVAL MIRROR W/JLRY ESPRESSO 187.99 0 0.00 0.00 353.00 0.00 0000
[/code]
I think it has something to do with my rows explode method, but I have no clue how to fix it. Here is the live datatable http://live.datatables.net/ezifez/edit#javascript,html,live
What is wrong with my code here? The css looks good, but the output looks like this: No rows are hidden, no search appears.
[code] Item No Description Price Available Back Ordered On Order ETA WH WC On Hand WC On Ord WC Order Date
A3228-12 BOOKCASE; SOLID WOOD SHELVES 162.99 0 2.00 2.00 1111 182.00 355.00 0130
A4733ES CHEVAL MIRROR W/JLRY ESPRESSO 187.99 0 0.00 0.00 353.00 0.00 0000
[/code]
I think it has something to do with my rows explode method, but I have no clue how to fix it. Here is the live datatable http://live.datatables.net/ezifez/edit#javascript,html,live
This discussion has been closed.