berntpopp / sysndd

GitHub Repository for the SysNDD database, web app and api used to curate gene disease relationships in neurodevelopmental disorders (NDD).
https://sysndd.dbmr.unibe.ch
MIT No Attribution
4 stars 0 forks source link

Refactor tabular components #10

Open berntpopp opened 9 months ago

berntpopp commented 9 months ago

Multiple tabular view components are implemented within the views and repeat code. Functioning and control schemes for the four attached components are remarkably similar. Using the DRY principle, these should be simplified these by externalizing similar and repetitive code.

TODO:

berntpopp commented 3 months ago

Add pagination also for non server side paginated table content.