advweb-grp1 / advanced-web-final-year-project

Final year advanced web develop unit project
MIT License
1 stars 0 forks source link

Feature/query #46

Closed rwx-yxu closed 1 year ago

rwx-yxu commented 1 year ago

Adds the query page. Query page will allow the user to select columns and supports two types of search. Basic which matches on the exact search term and advanced which adds an additional condition to the search. This pull request also adds a generalised data grid component which can dynamically generate a table with pagination. There is also a toggleable actions column which has the ground work for the delete button

github-actions[bot] commented 1 year ago

Visit the preview URL for this PR (updated for commit 56311c0):

https://adv-web-grp1--pr46-feature-query-x1iqh3lz.web.app

(expires Fri, 28 Apr 2023 15:14:35 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: e45f8bd17b7de44787580bea572e36aa09784b8c

rwx-yxu commented 1 year ago

What happens if the store is empty image