Issue 626
Updated 1 year, 3 months ago
| Mads Hartmann | Reviewers | ||
| Mads_TableSorter_Enhancements_626 | |||
| dchenbecker, dpp, timperrett, marius, charles, joni, atsuhiko, jorge, naftoli, kris, indrajit, alexb, dlouwers, mstarzyk, rmellgren, jhoffman, probinett, jmadsen, mhartmann, jstrachan, jgoday | |||
| None | LiftWeb-archive | ||
Issue 626: https://www.assembla.com/spaces/liftweb/tickets/626-tablesorter-enhancements I've used default arguments to avoid any breaking changes.
mvn clean install ofc. Also expanded the demo to contain 2 new tables. The first is configured using the new TableSorter.option method and the last one uses the jsRender method which I improved as well.
Posted 1 year, 5 months ago (September 7th, 2010, 7:12 a.m.)
I see the value of default args here, but doesn't this need to be Scala 2.7.7 compatible still?
Review request changed
Updated 1 year, 4 months ago (September 21st, 2010, 4:16 a.m.)
-
- added Diff r2
Used overloaded methods instead of default arguments to keep scala 2.7.7 compatability
