Dyalog / ewc

Experiments with JavaScript-based GUI
MIT License
0 stars 2 forks source link

Kendo demos #52

Closed cursork closed 3 weeks ago

cursork commented 3 weeks ago

There's more to come, and I'll update this PR as appropriate. Don't merge.

cursork commented 3 weeks ago

Main todo is to clean up the attributes and defaults not used by the KendoGrid component.

Current demo is 4 columns, three with custom cell types (buttons, videos, images) and one that has no custom cell type, but has filtering specified as numeric not string-based.

Which results in this, with the latest on my jswc frontend branch.

https://github.com/user-attachments/assets/bd2a9c58-e3d6-47c2-a7c0-92cdf93ed5af

cursork commented 3 weeks ago

Removing WIP as in https://github.com/mqasim23/jswc-web/pull/234. There's more work to do, but I don't see the harm in merging working components in this state, and doing more PRs. KendoGrids and KendoCharts demos are not in the default DEMOS list.