Remove row highlight in sap.ui.table title
See original GitHub issueIn this sample: https://sapui5.hana.ondemand.com/#/sample/sap.ui.table.sample.RowHighlights/preview
When SelectionMode is MultiToggle
, everything works fine.
But when SelectionMode is None
, table title will add one div which looks like a highlight.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Disable highlight on Table rows - SAP Community
Hi all, I would like to disable highlighting of the table rows when the cursor enters them. Is there a way? Just asking...
Read more >sap.ui.table.RowSettings - API Reference - Demo Kit
The highlight state of the rows. If the highlight is set to sap.ui.core.MessageType.None (default), no highlights are visible.
Read more >SAP UI5 - How to disable a row in sap.m.Table Multiselect ...
byId('productsTable'); var header = tbl.$().find('thead'); var selectAllCb = header.find('.sapMCb'); selectAllCb.remove(); tbl.getItems().
Read more >Documentation - 13.11 Clear table row selection - Liquid UI
Refresh the SAP Easy Access screen and select any row on the table. After selection, the row will appear in blue. Now, click...
Read more >Control table UI component appearance and behavior
Table UI components display rows and columns of data in an app. The uitable function creates a table UI component and sets any...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@TinaC you can use the visualization in Fiori guidelines https://experience.sap.com/fiori-design-web/grid-table/#highlight-items
Hi @TinaC ,
Our design and UX experts have defined it the way it is. Sorry but there is nothing more we can do on our side about it.
Best Regards, Oliver Stoyanovski (UI5 Tables)