I don't want to draw "NO DATA"

I don't want to draw "NO DATA"

SeungwooSeungwoo Posts: 2Questions: 2Answers: 0
edited April 2017 in Free community support

I searched for zzzz, "table.page.info().recordsDisplay>0" is true then "table.draw()".
else is not use"draw()". but if column have clicked, "No matching records found" view .

Please tell me how to fix it.
Thanks you.

Answers

  • allanallan Posts: 63,889Questions: 1Answers: 10,530 Site admin

    I'm afraid I don't consider that to be a bug. Click a column header will redraw the table and if there are no records found, then no records will be shown!

    The only workaround I can think of would be to have your own click listener on the header cells which would detect if a redraw should be done or not.

    Allan

This discussion has been closed.