Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISettingsProperties

tutorial

Custom theme

Hierarchy

  • ISettingsProperties

Index

Properties

Properties

pager

pager: object

Type declaration

  • classes: object
    • disabled: string

      The class to apply on a disabled page's li tag.

    • li: string

      The class to apply on the page's li tag.

    • pager: string

      The class to apply on the pager's ul tag.

    • selected: string

      The class to apply on the current page's li tag.

  • icons: object
    • next: string

      The HTML representing the Next page icon.

    • previous: string

      The HTML representing the Previous page icon.

table

table: object

The classes to apply on the table tag itself.

Type declaration

  • class: string
  • row: object
    • class: string

      The classes to apply on each row (tr tag).

  • sorting: object
    • sortAsc: string

      The HTML representing the sort icon when sorting the column ascending.

    • sortDesc: string

      The HTML representing the sort icon when sorting the column descending.

    • sortNone: string

      The HTML representing the sort icon when the column isn't sorted.

Generated using TypeDoc