Fullstack Fruit & Veg Shop: A web application developed with HTML, CSS, and JavaScript for the frontend, and Django for the backend. Features include user authentication, a product catalogue, shopping cart functionality, and order management. and much more
Added handleTableInteractions function to manage cell clicks for highlighting rows and deleting columns.
Highlighting of a row occurs when any cell in that row is clicked.
Deletion of a column occurs when the corresponding header cell is clicked.
Ensured changes are temporary and do not affect the original table structure upon page refresh.
Goal: Enhance user interaction by enabling focused row analysis and column comparison without
permanently altering the original table or its underlying data, allowing users to easily
zoom in on specific parts of the table or compare columns.
Added handleTableInteractions function to manage cell clicks for highlighting rows and deleting columns.
Highlighting of a row occurs when any cell in that row is clicked.
Deletion of a column occurs when the corresponding header cell is clicked.
Ensured changes are temporary and do not affect the original table structure upon page refresh.
Goal: Enhance user interaction by enabling focused row analysis and column comparison without permanently altering the original table or its underlying data, allowing users to easily zoom in on specific parts of the table or compare columns.