Socket
Book a DemoInstallSign in
Socket

@patternslib/pat-sortable-table

Package Overview
Dependencies
Maintainers
7
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@patternslib/pat-sortable-table

A pattern for interactive tables.

latest
Source
npmnpm
Version
3.1.0
Version published
Maintainers
7
Created
Source

pat-sortable-table

Documentation

Pattern to create sort- and filterable tables.

Options reference

PropertyDefault ValueValuesTypeDescription
paging-typenumbersnumbers simple simple_numbers full full_numbers first_last_numbersStringType of batch/paging navigation menu.
page-length20Any numberIntegerNumber of items per page.
page-length-menu[10, 20, 50, 100]Array of integersEntries for the pagingation length menu.
server-sidefalsebooleanUse server side processing in the table. See also ajax
ajax""string, object or functionConfiguration 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"StringText for pagination.
language-info-empty"Showing 0 to 0 of 0 entries"StringInfo text when filtering leads to no results.
language-info-filtered"(filtered from MAX total entries)"StringInfo text when filtering.
language-length-menu"Show MENU entries per page."StringText for pagination.
language-zero-records"No results found."StringText shown when filtering leads to no results.
language-search"Search"StringLabel for the search field.
language-search-placeholder"Search term"StringPlaceholder for the search field.

Keywords

patternslib

FAQs

Package last updated on 05 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts