- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Change no data text for Search in SAPUI5
You just need to use the noDataText property to sort out your requirement.
You have two options, either you can change in controller or you can change in the XML.
Option 1:
Call the setNoDataText method in the init method
this.byId(“<Your Id>”).setNoDataText(“<Your custom text>”)
Option 2:
Add the noDataText property in the XML
<List noDataText="<Custom text>" />
- Related Articles
- Search for text between delimiters in MySQL?
- Create an index for text search in MongoDB
- Performing text data analysis and Search capability in SAP HANA
- Search for a string within text column in MySQL?
- Search for a text in MongoDBs Double Nested Array?
- Set search feature in MySQL for full text searching
- Rows with no data are visible after applying search in grid SAP UI5\n
- How to change a text value in an R data frame?
- Implement Text search in MongoDB
- Getting data in SAPUI5 application from backend tables in NetWeaver
- Common Linux Text Search
- How to change text font for JLabel with HTML in Java?
- Adding default search text to search box in HTML with JavaScript?
- Perform MongoDB full text search
- Text search in MongoDB with Regular Expression

Advertisements