Skip to content

Ability to show custom message in case of no data in the table

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 17 Jan 17:12
· 1195 commits to master since this release
6e14e83

#17

const tableOption: ITableOption = {
  //...
  noDataRow: () => 'No Data Found',
  //...
};

image
Demo