search box problem api
search box problem api
mohammad89
Posts: 8Questions: 1Answers: 0
Hello,
When conducting a search through the search box shows me this
No matching records found
Note that the data in the table comes through the Web Service
Thanks
This discussion has been closed.
Answers
Please link to a test case, as required in the forum rules.
Allan
Thanks for replay allan
But the data comes through a Web Service
http://live.datatables.net/cimukut/2/edit
We'd need a way to be able to reproduce the error to be able to offer any help.
Allan
Is it permissible to send you a snapshot of the problem
Sure, I can try to debug the problem as part of the support options available for DataTables.
Allan
Hello allan
this link to see the demo project and see the problrm in search box
http://smart.pcnetsoft.me/dealer/DataTables/examples/api/api_in_init.php
Your table has a new
tbody
for every row. DataTables currently only supports onetbody
element.Allan
Thanks allan for replay .
Hello allan
the problem new tbody
there is no solution at this time or any suggestion to solve the problem
Thanks allan
Hello allan
The solution to the problem just echo <tbody> before loop
Thanks allan
Yup, just generate the table with a single
tbody
element.Allan
Thanks allan