question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove row highlight in sap.ui.table title

See original GitHub issue

In this sample: https://sapui5.hana.ondemand.com/#/sample/sap.ui.table.sample.RowHighlights/preview

When SelectionMode is MultiToggle, everything works fine. image

But when SelectionMode is None, table title will add one div which looks like a highlight. image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
stephania87commented, Dec 3, 2018

@TinaC you can use the visualization in Fiori guidelines https://experience.sap.com/fiori-design-web/grid-table/#highlight-items

0reactions
stoyanovskicommented, Nov 30, 2018

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)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found