Active Row/Column Highlight

Hi,

When we have a big view for users for data entry, it is hard for them to trace on which row/column they are.
How can we achieve to highlight active row/column in a cube view?

Here is how we achieved the row highlight. If anyone has a better way to do please share.

It requires to update the handsontable.full.8.4.0.mod.js file under cs-assets->js
You may need to maintain this post upgrade
Active row 1

Add the currentRowclass:
Active row 2

And assign the neccesary css in the custom-css file
Active row 3

Result:

1 Like

FWIW I agree we should add selection highlighting as a standard feature @tganz

1 Like