Hi,
I have used a jqxDataTable to display a list of records. Within my application, most of the time, the table has only 0 – 10 records to be displayed. I set the height of the datatable to auto, and it works fine 95% of the time.
The 5% that does not work correctly is that when the table is empty. If there is no record to display, the table automatically expands the height to about 50% of the height of the screen, with the message “No data to display”
Is there a way to tell it to reduce the height to about 1, or 2 rows?
Thanks.