I'm using a FlexTable to display data and I'd like to be able to sort the columns when a user clicks the header. In GWT, they introduced a CellTable that has this functionality but Pyjamas doesn't seem to yet.
Has anyone used any table structure in Pyjamas that could allow column sorting? --
