Hacker News new | ask | show | jobs
by SoftTalker 112 days 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.
1 comments

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?