Javascript, UI: Looking for a good list explorer component [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionThink Windows Explorer's 'Details' view. I need to output my database to this view.
Here's what I need:
- Columns should be horizontally resizeable.
- Columns should be able to be reordered via. dragging and dropping their headers.
- I need to be able to sort the data by a given column, like when its header is clicked on (with toggling for ascending/descending order).
- It can be a jQuery plug-in, if you know of one that does this.
- Preferably free.
Thanks in advance.
i think it can be http://www.sencha.com/products/js/
for example http://www.sencha.com/deploy/dev/examples/grid/array-grid.html
精彩评论