I am using Wicket DataTable to display a table. If the data list, which contains the data to be displayed inside the table, is empty then the table gets rendered with all the column headers and a label in the first row saying "No Records Found".
Is there any way to remove this label if the data list is empty and show only the column headers?