You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ive created this datagrid last year (2.0, but only 1.0 in npm), its pretty much pure Aurelia plugin(no dependencies except Aurelia framework)
Dunno if anyone knows about it...?
Feel it could be here as information, dunno if you have tag for that. "info only"
Grid is using its own virtual scrolling, weird mix, but have grouping an locked columns too.
Not the best datasource in the grid, mostly for local arrays, but grid if built so you can replace datasource and gridConnector with you own.
Local array part is pretty flexible, so if you ahve
Just as information...
Ive created this datagrid last year (2.0, but only 1.0 in npm), its pretty much pure Aurelia plugin(no dependencies except Aurelia framework)
Dunno if anyone knows about it...?
Feel it could be here as information, dunno if you have tag for that. "info only"
Grid is using its own virtual scrolling, weird mix, but have grouping an locked columns too.
Aurelia v-grid
https://github.com/vegarringdal/vGrid
Live demo
https://vegarringdal.github.io/vGridDemo/
docs
https://vegarringdal.gitbooks.io/dev-rebuild/content/
Not the best datasource in the grid, mostly for local arrays, but grid if built so you can replace
datasource
andgridConnector
with you own.Local array part is pretty flexible, so if you ahve
I did so here on a rest api (not the greatest, and long time since Ive updated since I dont use wakanda atm)
https://github.com/vegarringdal/aurelia-wak
The text was updated successfully, but these errors were encountered: