Projection Grid

The projection-grid is targeting for a highly extensible and cross frameworks frontend data table.

To achieve Highly Extensible, we implement the the grid component with the most fundamental functionalities, plus a plugin system, aka the "Projection Chain". The bundled is delivered with a set of 1st party "projections" for sophisticated features. Users can also develop their own customized projections to further extend the grid's behavior.

To achieve Cross Frameworks, we abstract the framework independent part as projection-grid-core (this project). For each popular frontend framework (React & Vue for now), there's a thin wrapper to adapt the projection-grid into the specific UI component system.

+-----------------------+---------------------+---------------------+
|                       |                     |                     |
|   React Application   |   Vue Application   |  Other Applications |
|                       |                     |                     |
+-----------------------+---------------------+---------------------+
| Projection Grid React | Projection Grid Vue |  Projcton Grid ...  |
+-------------------------------------------------------------------+
|                      Projection Grid Core                         |
+-------------------------------------------------------------------+

Some of the plugins may also comes up with framework dependent part. Developers can also break them into 2 layers.

+---------------------+-------------------+
| My Projection React | My Projection Vue |
+-----------------------------------------+
|           My Projection Core            |
+-----------------------------------------+

results matching ""

    No results matching ""