PDA

View Full Version : Assistance with datatables


mickknutson
02-02-2012, 02:45 PM
I want to see if I can get some assistance creating a plugin and/or BBCode that will use this DOM datatable to sort TABLEs

http://datatables.net/release-datatables/examples/data_sources/dom.html

It seems pretty easy to use, and I think and this could be an awesome replacement for https://vborg.vbsupport.ru/showthread.php?t=107985

kh99
02-02-2012, 03:07 PM
A couple issues I see are that it works on an existing html table, so it wouldn't eliminate the need to define a table in some way using bbcodes. Other than that, you could just add the small piece of code to the bbcode definition, but you need some way for the <table> tag to have a unique id. You could include the post id, but if you wanted to use it more than once per post you'd need some other way to have a unique id.

Maybe if you can work out the id issue you could just add the jquery call to one of the bbcode definitons for the mod you linked to.