Closed (fixed)
Project:
Tablesorter
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2013 at 12:40 UTC
Updated:
18 Apr 2018 at 07:40 UTC
Jump to comment: Most recent
Currently working on Views integration.
Comments
Comment #1
sanabal commentedThere is a simple js hack to apply with views table
add this to your theme's js file.
$(".views-table").addClass("tablesorter");Comment #2
monymirzaComment #3
monymirzaComment #4
jacob.embree commentedIt looks like no Views integration was added. Simply adding the "tablesorter" class isn't enough to accomplish anything in Views, is it? Do you have any plans to add Views integration of any kind? Would you be open to reviewing a patch if I wrote one?
Comment #5
monymirzaHi @jacob.embree, there was a plan for views plugin but put on hold in favor of https://www.drupal.org/project/views_tablesorter/issues/1071634
Will be available soon now.
Comment #6
monymirzaViews plugin added in dev branch.