paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 539 forks source link

Added ability to sort columns using local table data #145

Open csigrist opened 10 years ago

csigrist commented 10 years ago

Flexigrid will sort columns using local table data.

View usage example on jsFiddle: http://jsfiddle.net/6WBSF/

JTFouquier commented 8 years ago

@paulopmx and @csigrist, I'm trying to repair sortable columns in a project that already has Flexigrid.js installed, but it doesn't look like Flexigrid is actively maintained. Do you recommend another sortable table? Thanks!