How to get the name of the header in GWT celltable -
im working on application in user has gwt celltable , when column header clicked, name of column should displayed window alert. checked out many tutorials haven't found solution. please suggest me if there click handler function name of column clicking on header in gwt celltable.
you can override onpreviewcolumnsortevent column header , call getvalue() on header text of header.
Comments
Post a Comment