Note For any supported SAPUI5 table, you can add custom columns in the XML view along with the required customData for the column. Question How do I use the SmartField control in combination with the SmartTable control?
Once the Table is loaded with data, i want to resize the columns of the table ,i.e. widht of the column to be set according to the maximum length of value in that column. Regards Govardan
8 August 2018 at 04:19 × Hi, I am using smart table with tabletype as responsive type using custom data I have one more column, everything is working, but my client requirement is based on the value I have to hide the last column what I am doing is using formatter I have made the column value visible false.
Sapui5 column of links sapui5 I have a column of links. I want each link to display different information in a popup box when clicked. How can I accomplish this? Here is the column I have created: oControl = new sap.m.Link({ text: "{userEmails}" }); oTable.addColumn(new sap.ui.table.Column("userEmails", { label: new sap.m.Label({ text: "User ...
Jan 09, 2017 · I have taken example of table with json data and given type="Navigation"(You can move one view to another view).If item has child then you can navigate otherwise you can't.If item has child then navigation sign would come over it and multi-mode(You can select more than one items at a time) would not come.If item does not have child then multi-mode would come and navigation sign would not come ...