Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ability to sort columns using local table data #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

csigrist
Copy link

@csigrist csigrist commented Jul 7, 2014

Flexigrid will sort columns using local table data.

  • Column TH must specify abbr attribute (used for sort command)
  • Optional datatype attribute allows for more accurate sorting. Allowed
    values are number and date. String is the assumed data type if nothing
    is specified.

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

Flexigrid will sort columns using local table data.
- Column TH must specify abbr attribute (used for sort command)
- Optional datatype attribute allows for more accurate sorting.  Allowed
values are number and date.  String is the assumed data type if nothing
is specified.
@JTFouquier
Copy link

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants