search box problem api

search box problem api

mohammad89mohammad89 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

Answers

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Please link to a test case, as required in the forum rules.

    Allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0
    edited July 2014

    Thanks for replay allan
    But the data comes through a Web Service

    http://live.datatables.net/cimukut/2/edit

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    We'd need a way to be able to reproduce the error to be able to offer any help.

    Allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0

    Is it permissible to send you a snapshot of the problem

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Sure, I can try to debug the problem as part of the support options available for DataTables.

    Allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0
    edited July 2014

    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

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Your table has a new tbody for every row. DataTables currently only supports one tbody element.

    Allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0

    Thanks allan for replay .

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0

    Hello allan

    the problem new tbody
    there is no solution at this time or any suggestion to solve the problem
    Thanks allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0
    edited July 2014

    Hello allan
    The solution to the problem just echo <tbody> before loop

    Thanks allan

  • allanallan Posts: 61,734Questions: 1Answers: 10,110 Site admin

    Yup, just generate the table with a single tbody element.

    Allan

  • mohammad89mohammad89 Posts: 8Questions: 1Answers: 0

    Thanks allan

This discussion has been closed.