f0ma / ctable

JS CRUD based on Preact and Bulma CSS with ES6 classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctable

CTable is a JS library to make CRUD (CReate, Update, Delete) web tables.

Demo

Features

  • Reactive design (preact)
  • Asynchronous (fetch based)
  • Server technology agnostic (JSON based communications)
  • Optional server side PHP library and SQL query constructor
  • Server-side sorting and pagination
  • Expanding sub-table support
  • Multilanguage (currently English and Russian)
  • Easily extends by column class inheritance
  • Good looking and mobile-ready with Bulma CSS and Material Design Icons

Documentation

See documentation in ctable at github.io (made with jsdoc) or in docs directory.

About

JS CRUD based on Preact and Bulma CSS with ES6 classes

License:MIT License


Languages

Language:JavaScript 63.9%Language:PHP 36.1%