Joomla TableMaker plugin
From LeonWiki!
Objective
Display a table of data acquired from a file (to start with) using the jQuery plugin 'tablesorter' and jumi to achieve column sorting and paging.
- I envision a tag placed in a joomla article of the sort: {tablemaker file="bla.txt"}...or something like that. Maybe also be able to parse the html text containing the data from the article page (have to think about this). The table maker plugin would then get the data, write it out so tablesorter can use it, and then write that javascript/html to jumi's database in the record for the tablemaker. Then write out the {jumi [*2]} tag where 2 is the record id and jumi will run the javascript/html giving a nice table.
- Configuration parameters would be: 1) directory where the datafiles are stored.
