Sergiy Korzh

Results 14 comments of Sergiy Korzh

Yes, it's possible to use API separately but we don't have any documentation or any example yet. Currently, you can figure it out by observing (with the Developer Tools panel...

`fetch` is a POST request that has the following structure of a payload: ``` { limit: , offset: , needTotal: true|false, //should the server-side calculate the total number of records...

> Please add some documentation also on the understanding on how its logic is working` so we can use it and adapt it into the solution correctly. We are going...

> It could be problematic because during adding or editing we cannot set navigation property via existing mapping. It will require special mapping for shadow attributes if we will show...

We will definitely consider a possibility to add MongoDB support. As for different packages. The parts you mentioned already are in different packages now. We have: - @easydata/core - contain...

Hello, The "insert" function must work now. There was an error with CSS and we've updated our CSS file published on CDN (https://cdn.korzh.com/ed/1.4.0/easydata.min.css). So, now you can see [+] button...

As for the exporting functionality, we plan to implement it in the next minor version update (1.5.0).

We need to add a warning about unsupported field/property types as stated in #135

Here are the data: ``` { "result": "ok", "resultSet": { "cols": [ { "id": "col-aeticx2p6o", "isAggr": false, "label": "Category Name", "description": null, "type": 1, "originAttrId": "Category.CategoryName", "dfmt": "", "gfct": null,...

Detailed tasks: 1. Add `EasyDashboardView` class similar to `EntityDataView` (`/easydata.js/packs/crud/src/views/entity_data_view.ts`) 2. Add `EasyDashboardGridWidget` and `EasyDashboardChartWidget` classes that will be initialized in `EasyDashboardView` 3. Pass the hard-coded data to `EasyDashboardView` and...