This repository has been archived by the owner on Nov 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 161
Use powerful grid #45
Labels
Comments
Now we are using ui-grid (/sales-mgmt/cook-assigment) |
@hohwille which grid did you pick?? |
So far we used UI-Grid. I am not yet sure if ag-grid.com is actually better. |
ag-Grid is deffo better! the ag-Grid forum has lots of people moving from UI-Grid to ag-Grid and everyone is happy. |
Regarding grid, we should definitively have a look at the compatibility to angularjs2. |
3 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We need to choose a powerful grid implementation.
Candidates are
Powerful and flexible. Supports all basic features (Multi-Select with very uncommon custom check widgets) and also grouping, PDF/CSV export, inline-editing, etc. No Tree-Grid.
However performance is a problem for large data-sets.
Accessibility is poor:
Aria Roles angular-ui/ui-grid#696
Keyboard-enable all features for section 508 compliance and accessibility angular-ui/ui-grid#2840
Good performance (see showcase with 10.000 data sets and angular custom widgets). Supports all basic features and also Tree-Grid. No Grouping and no inline-editing AFAIK.
99% by one single developer.
No Accessibility or keyboard control at all so far:
http://www.angulargrid.com/why-the-world-needed-another-angularjs-grid/
[accessibility] Accessibility support ag-grid/ag-grid#19
Excel oriented, quite flexible and acceptable performance. No direct AngularJS integration but somehow possible.
Supports all basic features including very special excel features. Direct Copy&Paste from/to Excel.
Keyboard control fully supported but not very accessible.
The text was updated successfully, but these errors were encountered: