Comment by SoftTalker
8 hours ago
Was doing sortable-and-filterable tables in the browser without a server round-trip 20 years ago using XML/XSLT and not thousands of lines of JS but something on the order of dozens.
8 hours ago
Was doing sortable-and-filterable tables in the browser without a server round-trip 20 years ago using XML/XSLT and not thousands of lines of JS but something on the order of dozens.
So true. I still do that in an enterprise app that I wrote.
I know that Chrome pulling the plug on XSLT in the browser is imminent - so how are you refactoring?