We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option of displaying a custom message or content when the table is empty.
Table disappears when no data is provided and no option of displaying the empty table message.
Option of displaying the custom error message to look like its a part of the empty table and being styled and wrapped by the body of the table.
Wrapping an empty DataTable in a new table so that the DataTable styles the empty table with the custom message.
The text was updated successfully, but these errors were encountered:
#133 - Empty DataTable state custom message or content
1263007
#133 - Remove h-screen
1c807e7
8e0997d
d5049ab
Successfully merging a pull request may close this issue.
Basic information
1.6.1
DataTable
Enhancement description
Add an option of displaying a custom message or content when the table is empty.
Current behaviour
Table disappears when no data is provided and no option of displaying the empty table message.
Wanted behaviour
Option of displaying the custom error message to look like its a part of the empty table and being styled and wrapped by the body of the table.
Possible workarounds
Wrapping an empty DataTable in a new table so that the DataTable styles the empty table with the custom message.
The text was updated successfully, but these errors were encountered: