From 0b700df9ac7b46385825dbf67a08de935305d823 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Wed, 8 Jul 2020 09:54:45 -0400 Subject: [PATCH] Update Dev Logs --- Dev Logs.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Dev Logs.md b/Dev Logs.md index d8522e5..32d4947 100644 --- a/Dev Logs.md +++ b/Dev Logs.md @@ -29,7 +29,17 @@ These are daily and weekly summaries of the work thats been done on webqueue2. T - Worked on creating a fluid drawer for item views similar to [this MUI example](https://material-ui.com/components/drawers/#persistent-drawer) - [This video](https://www.youtube.com/watch?v=k_AN49fA9g0) about the `makeStyles` and `useStyles` hooks was quite helpful in explaining how to extend [MUI's default theme](https://material-ui.com/customization/default-theme/). - +### Tuesday - 7/7/20 +- Continued work on a fluid drawer +- Began working on a responsive table similiar to [this project](https://github.com/ArsenyYankovsky/react-responsive-cards-table) +- After many hours of experimenting with [material-table's styling options](https://material-table.com/#/docs/features/styling) it seems that the options exposed do not provid the granularity needed for a resonsive table. Options are: + - Forego a responsive table at this point and leave it for further version, opting for scrolling tables on mobile + - Implement a CSS workaround by manually assigning styles to the table via an external styling source + - Look for an implement another library that allows for more desired behavior + - Implement a custom solution for this searchable table +- Because of time and a need to get something out, I will forego a responsive table for now +- Tomorrow should be spent working on a reponsive drawer interface +