I’m evaluating UI frameworks and I like what I’ve seen of jqWidgets. But I have some questions about the TreeGrid.
I’d like to create a 2-column TreeGrid where the left column is a normal tree with icons, and the right column contains an indicator for each node. It will be a very narrow column that shows different colors based on a value (1=red, 2=orange, and 3=yellow), similar to your “Conditional Formatting” example. I want that column to be pinned so it’s always displayed, even if the left column is scrolled horizontally. So is it possible to pin the right column instead of the left?
And is it possible to change the line colors in the grid to make them lighter? As I’m mainly using it as a tree, it’s distracting to have a lot of horizontal lines across it.
Thank you