This is more of a snippet extracted from one of my recent projects where I had to sort a list/grid of div’s. Yeah, I didn’t use tables for tabular data this time, but plain divs, although this snippet will work just fine with html table rows too. We’re basically converting our array-like object (levels) of [...]
The post Simple and Lightweight JavaScript Table/Grid/List Sorter appeared first on Code Theory.