I have put a couple of albums into Buckybase, and tagged each with "category: Album", e.g. Grateful Dead's Live Europe 1972:
The page "Album" has automatic backlinks to all albums:
Clicking on "category of" shows a listing of these albums:
The "view as table" button displays them as a sortable table:
Note that it automatically picks the most common fields (columns).
All pages from all users titled "Buckybase" as a table:
BIG THANKS to the jQuery Plugin Tablesorter which reduced the client-side work to one line of code:
$(document).ready(function() { $("#data").tablesorter(); });
No comments:
Post a Comment