Is it possible to only show hover for a specific ListGridField?
I've tried setting ListGrid.setShowHover(false) and set ListGridField.setShowHover(true) for the specific field that I want, but that doesn't work. I know I can setShowHover(false) for every field in the grid, just wondering if there was a simpler solution.
I've tried setting ListGrid.setShowHover(false) and set ListGridField.setShowHover(true) for the specific field that I want, but that doesn't work. I know I can setShowHover(false) for every field in the grid, just wondering if there was a simpler solution.