Hi,
I tried with the new version V3 but seems doesn't work as the V2.
if I use the code you suggested (as I used to do with de V2) it's doesn't work
I've tryed to use syntax like this
var sorter = new TINY.table.sorter('sorter','table',{
sorter.headclass:'head',
sorter.ascclass:'asc',
end for senond table
var sorter2 = new TINY.table.sorter('sorter2','table2',{
sorter2.headclass:'head',
sorter2.ascclass:'asc',
Same thing for the searchBox and the pagination
<select id="columns" onChange="sorter.search('query')"></select>
...
<select onChange="sorter.size(this.value)">
and
<select id="columns" onChange="sorter2.search('query')"></select>
...
<select onChange="sorter2.size(this.value)">
I use different ID for each table
Even if I use a single table with the syntax
sorter.headclass:'head',
seems to not work at all
Can you help me?
Thanks for support!
Dex