hide header if no results
hide header if no results
pmengo
Posts: 74Questions: 37Answers: 2
Is there a standard way to not show header if theres no data in table
This discussion has been closed.
Answers
You would need to use either
drawCallback
or thedraw
event and check how many rows are in the table (page.info()
) and then show or hide the table as required.Allan