Download the PHP package basarevych/dynamic-table without Composer
On this page you can find all versions of the php package basarevych/dynamic-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download basarevych/dynamic-table
More information about basarevych/dynamic-table
Files in basarevych/dynamic-table
Download basarevych/dynamic-table
More information about basarevych/dynamic-table
Files in basarevych/dynamic-table
Vendor basarevych
Package dynamic-table
Short Description Dynamic HTML grid
License MIT
Homepage https://github.com/basarevych/dynamic-table
Package dynamic-table
Short Description Dynamic HTML grid
License MIT
Homepage https://github.com/basarevych/dynamic-table
Please rate this library. Is it a good library?
Informations about the package dynamic-table
(Abandoned) 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:
- Backend
- server-side PHP - set of PHP classes for PHP arrays, PDO, Doctrine ORM and Doctrine MongoDB ODM support
- or server-side NodeJS - set of JavaScript classes for arrays, MySQL and PostgreSQL databases
- Frontend
- jQuery plugin - the main plugin
- and, if you need it, AngularJS wrapper for the plugin
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
All versions of dynamic-table with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.8
The package basarevych/dynamic-table contains the following files
Loading the files please wait ...