Onto-Med / top-frontend

JavaScript based frontend of the TOP Framework
MIT License
0 stars 1 forks source link

Fix AG grid for empty query results #339

Closed ChristophB closed 8 months ago

ChristophB commented 8 months ago

If query result was empty:

KonradHoeffner commented 8 months ago

Disabling the option sounds reasonable to me.

ChristophB commented 8 months ago

I added a select field where the user can select which ZIP entry should be displayed (defaults to 'data_subjects.csv'). This also works for cases where no 'data_subjects.csv' is present. E.g. if we decide to rename the file again or if we add more query result representations.

See https://github.com/Onto-Med/top-frontend/pull/343