XSLT or JavaScript?

wxdqz

New Member
Can anyone give some advice on what is the most efficient way to sort/filter tables (by clicking the column headings) on the client side?

Is it best to store my data in JavaScript arrays and sort/filter with a JavaScript or is it better to store data as XML and then use XSLT?

The solutions does not have to be compatible with older browsers.
 
Back
Top