html fixing the size of the display of a table so scrollbars (vertical and horizontal) are always in view
My app has a wide table that is potentially has many rows. The table is generated by django-tables2 using the bootstrap5-responsive template. My goal is to add scrollbars to the table and control the table's height and width so the…