C8Y Data Grid

Hi all,
I’m using the Data Grid component and I want to highlight a row when it is clicked, and to make them stay highlighted until another one is clicked. I tried almost all the solutions I found on internet but none of them worked. Do you have any idea of how to do it?
Thanks in advance.

Hi Gianmarco,

right now it isn’t possible to achieve such a behaviour using the data grid of the Angular Web SDK. I will forward your requirement to the R&D team to check if they intend to implement such a behaviour.

Best regards
Christian

Originally we had implemented our Grid using virtualized rendering. We virtualized both in the horizontal and vertical direction using React-Virtualized. The problem is simply scrolling performance. Once you need to load/unload hundreds of DOM elements per frame nothing can save you.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.