I need help regarding styling.
Please check attachment. I want to add separation line between parents so we can easily differentiate between two parents.
as shown in image , i want to add red line for differentiation.
Can you please help me out??
Thanks in advance
Hello Rupali,
You can change the top border of the respective row, for instance: $("#hierarchicalGrid_container tr[data-row-idx=1] td").css("border-top", "2px solid red") Please let me know if you have any questions.
Regards, Tsanna
Hello Tsnna,
Can you please elaborate the above answer more with details. Actually i have also the same kind of scenario where i want to hide the + of each parent row in ighierarchicalgrid.
I want to toggle it on the resizing event of screen. i.e. it would be hide and show depending upon the condition.
Can you please guide?