Closed DanWismer closed 1 year ago
the engagement table and variable table must have the same styling option, (fixed header, etc.) Or else I find switching between the two, the column names (potential, current, goal) disappear behind the table
Can't figure out why column names sometime do not show overtop the correct column when switching between tables and/or clicking on NCC parcels. I am finding the column name behavior inconsistent. I need to come back to this ... sunk a bunch of time trying to figure this one out... I may need to rethink the tables once we figure out what columns to display... will live with the bug for now... not ideal.
I think the issue has to do with the scrollX
scrollX
and wrapped the datatable in a div with the following styles: overflow:auto; width:100%;position:relative
. That looks to have fixed it