Skip to content

pietrantonio91/tablemanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tableManager-1.1

Table manager 1.1.0: plugin jQuery per la gestione delle tabelle

TableManager è un plugin jQuery pensato per sviluppatori web e web designer che hanno bisogno di lavorare con le tabelle html. Questo plugin è stato progettato e creato per facilitare la gestione delle tabelle, spesso usate, ad esempio, nei back-end dei siti oppure nel mostrare a video i risultati di qualche query. Grazie ad esso infatti sarà molto semplice rendere le tabelle ordinabili per colonna, ma anche filtrarle tramite un input text e dividerle in pagine.

Novità:

  • Nuove classi aggiunte alla tabella: tablePagination, tableFilterBy;
  • Nuova classe per l’elemento : disableFilterBy;
  • Nuova opzione per disabilitare il filtro su una o più colonne: disableFilterBy: [];
  • Nuovo data-attribute per mostrare le righe in una singola tabella: data-showrows="[int,int,int]".

Table Manager 1.1.0: jQuery plugin for table management

TableManager is a jQuery plugin designed for web developers and web designers who need to work with html tables. This plugin was designed and created to facilitate the table management, often used, for example, into sites' backends or in showing results of some queries. Thanks to it it will be very easy to make your tables sortable by column, but also filter them through a text input and split into pages.

News:

  • New classes added to the table: tablePagination, tableFilterBy;
  • New class for the element: disableFilterBy;
  • New option to disable the filter on one or more columns: disableFilterBy: [];
  • New data-attribute to show the rows in a single table: data-showrows = "[int, int, int]".

About

jQuery plugin for managing html tables

Resources

Stars

Watchers

Forks

Packages

No packages published