Skip to content

alxriche/fleXtable

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
js
 
 
 
 
 
 
 
 

fleXtable

A tiny library for the display of huge tables on mobile devices.

Project status

fleXtable is beta and still in developpement.

Although this version is stable, you may encounter bugs.

Usage

For now, the library can only use tables id.

fleXtable ( string $tableId, array $columnsToMask, string $windowSize [, bool $debugMode ]);
  • $tableId: the id of the table;
  • $columnsToMask: the number of one or several columns to mask.;
  • maximum width for trigger: if screen width is less than equal to this value fleXtable is triggered;
  • debug mode (optional): if set to true, will add different background colors to .

You can find a full demo here. More details on my blog.

Next features

1.0

  • fleXtable will be able to use classes to designate multiple tables.
  • Automatic detection of a horizontal scroll bar in the wrapper, which will no longer require to indicate a break size when using fleXtable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages