Closed (fixed)
Project:
TableField
Version:
7.x-2.0-beta5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Nov 2011 at 14:28 UTC
Updated:
27 Mar 2017 at 08:36 UTC
Jump to comment: Most recent
Comments
Comment #1
kevin hankens commentedNot using the Drupal api unfortunately. The table sort functions in Drupal depend upon being able to assign a column header to a db column. In this case all of the table data is serialized in one column, so there is nothing to sort on. That said, there are some ways to do it in Javascript. I'm sure there's a jQuery library out there that would make it super easy.
Good luck!
Comment #2
dedicated_hobby_coder commentedOriginal post by Molot
http://tablesorter.com/docs/ - this jQuery plugin might help, if all you want is to sort on display.
found in this TableField issue
Module:
https://www.drupal.org/project/tablesorter
enjoy^^