1.0.0 • Published 8 years ago

dynamic-table v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Dynamic HTML grid for PHP and NodeJS

The idea is to feed an array of data or a database query to PHP/NodeJS class and to have instantly a grid with server-side sorting, filtering and pagination.

Online demo is available here.

Look at work/ subdirectory for demo projects

Configuration

Your project must meet the requirements.

Dynamic Table consists of two parts - backend and frontend:

Changelog

1.0.0

  • Backend data mapper now receives values of TYPE_DATETIME type columns as DateTime (PHP) or moment.js (NodeJS) objects.
  • Adapters now have optional setDbTimezone() method, which specifies the time zone of data source
1.0.0

8 years ago

0.2.6

8 years ago

0.2.5

8 years ago

0.2.4

8 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago