Empty home directory - easiest (best?) way to change the "No data available in table" message? #855
Unanswered
redherring917b
asked this question in
Q&A
Replies: 1 comment 1 reply
-
add custom empty table message in the DataTable. $('#main-table').DataTable({paging: false, info: false, order: [], columnDefs: [{targets: _targets, orderable: false}, {type: emptyType, targets: '_all',"oLanguage": {"sEmptyTable": "My Custom Message On Empty Table"}},] |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there. I'm wondering what the easiest (best?) way is to change the "No data available in table" message received when the user logs into an "empty" home directory.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions