CSI4999Capstone / Memento-Health

Memento Health is an easy-to-use and secure web application dedicated to creating fully customizable forms to be used by healthcare professionals to assist in gathering, analyzing, and managing patient data.
GNU General Public License v3.0
0 stars 1 forks source link

Add Freezing Rows and Columns to Tables #222

Closed yonimn2000 closed 2 years ago

yonimn2000 commented 2 years ago

Where necessary, please freeze the rows and columns of tables.

Start from the submissions table. Freeze the first 1, 2, or 3 columns and the last one for example. For the rest of the tables you might just need to freeze the header row and that's it.

See full short documentation here: https://github.com/armaaar/JQuery-Sticky-Table#how-to-use-sticky-table

Basically use sticky-table, sticky-ltr-cells, sticky-header, sticky-cell, and sticky-cell-opposite where needed.

Let me know if you have any questions.