openalloc / SwiftTabler

A multi-platform SwiftUI component for tabular data
Apache License 2.0
136 stars 14 forks source link

For Stack- and Grid-based table types, support header/footer inside scrolling region #47

Open reedes opened 2 years ago

reedes commented 2 years ago

...so the header and/or footer can scroll with the rows. Currently they are outside the scrolling region for these table types.

Header/footer should be independently configurable. See the commented code.

The conditional views (bounded by if blocks) need to be tested and analyzed to ensure they don't affect scalability.