@patternslib/pat-sortable-table

3.1.0 • Public • Published

pat-sortable-table

Documentation

Pattern to create sort- and filterable tables.

Options reference

Property Default Value Values Type Description
paging-type numbers numbers simple simple_numbers full full_numbers first_last_numbers String Type of batch/paging navigation menu.
page-length 20 Any number Integer Number of items per page.
page-length-menu [10, 20, 50, 100] Array of integers Entries for the pagingation length menu.
server-side false boolean Use server side processing in the table. See also ajax
ajax "" string, object or function Configuration for ajax calls. Can be a URL (string), properties for jQuery.ajax (object) or custom code to get data (function).
language-info "Page PAGE of PAGES" String Text for pagination.
language-info-empty "Showing 0 to 0 of 0 entries" String Info text when filtering leads to no results.
language-info-filtered "(filtered from MAX total entries)" String Info text when filtering.
language-length-menu "Show MENU entries per page." String Text for pagination.
language-zero-records "No results found." String Text shown when filtering leads to no results.
language-search "Search" String Label for the search field.
language-search-placeholder "Search term" String Placeholder for the search field.

Readme

Keywords

Package Sidebar

Install

npm i @patternslib/pat-sortable-table

Weekly Downloads

1

Version

3.1.0

License

MIT

Unpacked Size

38.5 kB

Total Files

21

Last publish

Collaborators

  • goibhniu
  • askesemann
  • pilz
  • jcbrand
  • fulv
  • thet
  • alessandro.pisa