When there are no rows in the dataset to generate a table, it shows the message 'No rows found'. How can I override this message to be a custom message?

Closing this as I found it in the documentation :)
where was it in the docs
@The-Code-Monkey Check "noDataText" attribute in the docs. It is just a string which is set to a value. You can pass whatever custom string value in here.
Most helpful comment
@The-Code-Monkey Check "noDataText" attribute in the docs. It is just a string which is set to a value. You can pass whatever custom string value in here.