nuBuilder now shows "No data to display" when there is no data in table.
And when a search brings up 'No Search Results', "No search results found" is displayed.
Also, the emtpy records are not displayed anymore. E.g. if "Rows Per Page" is set to 20 and there are just 5 rows to be displayed, the 15 empty table rows will not be rendered. This also has the advantage that the browse table is loaded faster, as no superfluous elements have to be created.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
[Changed] Browse: No Data/No Search Results Messages
[Changed] Browse: No Data/No Search Results Messages
You do not have the required permissions to view the files attached to this post.
Re: [Changed] Browse: No Data/No Search Results Messages
To display a custom text/message when there is no data to be display, call nuSetBrowseNoDataMessage() in the form's Custom Code.
Likewise, to display a custom message when there are no search results, call
Code: Select all
nuSetBrowseNoDataMessage('All Tasks completed');
Likewise, to display a custom message when there are no search results, call
Code: Select all
nuSetBrowseNoSearchResultsMessage('Sorry, your search yielded no results')
You do not have the required permissions to view the files attached to this post.