net.liftmodules.widgets

tablesorter

package tablesorter

Visibility
  1. Public
  2. All

Type Members

  1. case class DisableSorting () extends SorterOption[Boolean] with Product with Serializable

    This is used to create the special case of SorterOption where sorting is disabled

  2. case class Sorter (sorter: String) extends SorterOption[String] with Product with Serializable

    Sorter is used to define how the TableSorter should sort the columns.

  3. trait SorterOption [T] extends TableSorterOption[T]

  4. trait TableSorterOption [T] extends AnyRef

Value Members

  1. object Sorting extends Enumeration

  2. object TableSorter extends AnyRef