jac-uk / jac-kit

Library of shared components and helpers. WIP :)
MIT License
1 stars 0 forks source link

Rewrite the <Table> component to use Vue3 composition API (or an external package) #206

Open drieJAC opened 4 months ago

drieJAC commented 4 months ago

Is your feature request related to a problem? Please describe. The Table component is difficult to work with and has become bloated over time.

Describe the solution you'd like There are many table component packages out there that we could use. We should investigate ones that support our needs and looks to integrate one.

Note that we will need to update code in Admin and Apply and remove the code from the jac-kit once done.