Closed (fixed)
Project:
FooTable
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2014 at 14:17 UTC
Updated:
22 Apr 2016 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
hanskuiters commentedComment #2
czigor commentedSame issue here: the expandable icon is always in the first column, no matter what the setting is.
Comment #3
geek-merlinanalysis:
* current module marks toggler column by adding data-class="expand" to th
* current footable library (2.0.1.5) expects data-toggler="true" to th
note: data-class attribute is only needed for this which simplifies the patch.
Comment #4
geek-merlinUse the source, luke: Contrary to docs it's not data-toggle*r*, but data-toggle.
Patch flying in that worksforme.
Comment #5
Scott Robertson commentedCan confirm that the patch in #4 works for me.
Comment #6
jonraedeke commented#4 Works for me too. Thanks!
Comment #8
arkener commentedThanks everyone for the patch and the tests.