e-gov / cvi

Common Visual Identity components built upon the original Veera Design System for Open Source usage.
https://e-gov.github.io/cvi/
MIT License
8 stars 23 forks source link

Datatable component #132

Open certainlyakey opened 1 year ago

certainlyakey commented 1 year ago

Summary

There's a need for a component supporting complex and dynamic tables with features like:

etc.

What alternatives have you tried?

The existing cvi-ng-table component is good for static tables. It also uses a visual design which is outdated by now. It could still be kept for simple solutions and backward compatibility.

Does this feature request involve any updates to the reference design?

No

Implementation details

Here're some technical prerequisites for the component architecture and requirements in case a third party dependency is used:

if a third party dependency is used, the component should be implemented as a separate package within this repo so that the dependency would end up installed only to a project which explicitly wishes to use the component.

certainlyakey commented 1 year ago

@helemand