Hello @aleksandra_budnik. I am stuck in development. What I want is when a user hovers over the cell( OR row) then an expand icon should be displayed in row headers and clicking on that icon will open a popup displaying row data which is context, when the user clicked on the icon.
Here is a little demo I developed on fiddle. Example
I added a mouse over and out event on cell and on that event’s function handler I am displaying an icon in row headers. However, the icon is not displayed at all when I hover over a cell. Strange is when I mouse over row header cell then the icon is displayed and mouse out then the icon disappears. I want this same behavior on other cells as well(i.e. cells which contains actual data)
any help will be grateful.