Sort FlexTable Inquiry

佐手、 提交于 2020-02-04 22:17:11

问题


i use Flex Table to display the data .

now i need ti support that when the user click on the table header the table be sorted according to the column selected .

but i need the sorting not to be slow.

is flex table can support this property ....if yes how can i do it .... if not is there is another way to do it ..? and how can i do it ?

best regards, Ahmed Shoeib


回答1:


FlexTable is not the good widget to display data, since the 2.1 version you should consider using CellTable Moreove, since the version 2.2, the CellTable widget supports columns sorting. See the documentation



来源:https://stackoverflow.com/questions/5337237/sort-flextable-inquiry

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!