Skip to content

replace agGrid with react-data-grid #1812

Closed

Description

agGrid is going to not be usable anymore because:

  • Next version have strict license
  • The implementation in react is related to the angular one, so following the 1 direction data flow is a nightmare
  • during this year some alternatives are available.

We should use react-data-grid
pros:

  • it has all the functionalities we are using in agGrid
  • supports some pluggable editors + attribute filtering included.

cons:

  • should externalize the pagination functionalities.
  • infinite scroll is not built in but should be easy to implement it as pagination, see issue 94 of react-data-grid:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions