Error working on the same table
Error working on the same table
Hi"
I'm use one table to show information about Trademarks, products and subproducts using radio buttons to choose, like this:
http://i.stack.imgur.com/r0GQU.png
And I convert table to Datatable from this way:
[code]oTable = $('#catOrg').dataTable({
"bJQueryUI": true,
"bRetrieve": true,
"sPaginationType" : "full_numbers"
});
[/code]
The problem is when I choose "Producto" or "SubProducto" and turn total number records to display choosing the number 10 or 20; the table ever change the records and display data of "Marca". ie returns to the information I got from the database marks, as if the data stored datatables
May need to add some paramter but I dont know, I hope can help me!
I'm use one table to show information about Trademarks, products and subproducts using radio buttons to choose, like this:
http://i.stack.imgur.com/r0GQU.png
And I convert table to Datatable from this way:
[code]oTable = $('#catOrg').dataTable({
"bJQueryUI": true,
"bRetrieve": true,
"sPaginationType" : "full_numbers"
});
[/code]
The problem is when I choose "Producto" or "SubProducto" and turn total number records to display choosing the number 10 or 20; the table ever change the records and display data of "Marca". ie returns to the information I got from the database marks, as if the data stored datatables
May need to add some paramter but I dont know, I hope can help me!
This discussion has been closed.