开发者

Dojo sortable table

开发者 https://www.devze.com 2023-04-02 07:47 出处:网络
I\'m new to dojo but it\'s what my team uses.I\'ve searched on Google and have found an example of a sortable table, but I can\'t find any dojo documentation regarding the use of it which makes me thi

I'm new to dojo but it's what my team uses. I've searched on Google and have found an example of a sortable table, but I can't find any dojo documentation regarding the use of it which makes me think it's deprecated. The table head is declared in HTML and the table body is built using jstl. I just want a table that sorts based on column clicks. I know that there is a jQuery plug-in, but I'm looking for a dojo solution. The DataGrid has more functionality th开发者_运维技巧an I want and need.

Is there a dojo sortable table or will I have to use Javascript?


There are a bunch of tables/grids based on Dojo. Yes, the one you mention is deprecated. There are newer, lighter alternatives to DataGrid being developed. Try dgrid or gridx

0

精彩评论

暂无评论...
验证码 换一张
取 消