šŸ”” Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Dynamic HTML grid with jQuery/AngularJS frontend and PHP/NodeJS backend.The idea is to feed an array of data (or some other data source, like PDO or Doctrine query) to PHP/NodeJS class and to have instantly a grid with server-side sorting, filtering and pagination.

PHP Plugins Tables

Documentation

(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:

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

You May Also Like