SwipeTable

Mobile focused opinionated ajax table

Features

  • Intuitive navigation
  • Most actions available through 1 or 2 finger swiping
  • Standalone, no external libraries required
  • Built on Swipe, using the 'when' promise library
Fork me on GitHub

Usage

SwipeTable consists of 3 parts:

  • HTML snippet
  • CSS
  • JavaScript

Grab the Javascript file (minified) and the CSS file(minified).

Place this HTML snippet where you want the table:

st-## sets the size of the pinned column as a percentage of the table.
Replace ## with a number between 10 and 35 in 5 increments.

Load the script just before the </body> closing tag,
then use the following to config and start the table:

Demo

Styled with Bootstrap