This plugin creates an easy to use sortable table ouput view in elgg. It uses jQuery sortable table.
Simply pass in an associatve array with the column headings as the index and it will generate you a nice table with clickable / sortable column heads.
Uses jQuery table sorter js by Christian Bach
Plugin created for Pixel Brothers Interactive (http://www.pixbros.com)
Screen shot by request:
View Lenny's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
Any image demo?
You want it.. you got it ... screen shot
man this is great..
seems quite good...
1) it was created and tested on elgg 1.5. However, I'm pretty sure it would also work on 1.2 although I have not tested it and I don't plan on it.
2) This is designed to allow you to easily display any data as a table with sortable columns. The advantage is a more compact, clean and organized view of the data. It is of course more geared toward customized elgg installs.
A simple example would be expanding user search results. You could make them display in a table with Name, Age, Location, Last login. Then the user could easily click the column heads to sort their results to their liking
I Initially created it for a recipe plugin I'm working on so you can sort your recipes by Title, User, Date or Rating.
@Lenny: How far is your recipes plugin? I am looking for something like this, actually I would like to add it to one group only.