Is there a way I can set the hint for the filter button for the built in column filter?
TIA,
TIA,
Button filterConfig = new Button(); filterConfig.setPrompt("Click this button to filter the data"); myListGrid.setFilterButtonProperties(filterConfig);
Comment