Is there any possiblity to show content in an empty table? So something like this:
Buttons and stuff would not be necessary but the option to show a hint to the user would be very nice.
I could imagine adding specific controls in case the table is empty but that would be a lot of work and cumbersome.
We can specify a message and a link message with a handler when Table or DataGrid does not have data.
For instacne,
<groupTable id="projectsTable"
emptyStateMessage="There is no data in table"
emptyStateLinkMessage="Click here to create new record"
dataContainer="projectsDc">