Alternate row color for treetable component Permanently deleted user Created February 09, 2016 11:52 How can I go about adding alternate row colors for the intellij TreeTable component? My desired result is something like this. Thanks
Unfortunately, additional color is hardcoded now.
You can switch off stripes:
Also you can overwrite the following method and implement needed functionality:
thanks! this helped.