SwiftTabler icon indicating copy to clipboard operation
SwiftTabler copied to clipboard

A multi-platform SwiftUI component for tabular data

Results 15 SwiftTabler issues
Sort by recently updated
recently updated
newest added

Is resizing columns supported like `Table` in SwiftUI

...so the header and/or footer can be independent of the scrolling of the rows. Currently they are inside the scrolling region for these table types, because otherwise there are issues...

enhancement

If I have a variable result that the table displays (i.e. from a query), can the headers and body change dynamically ? Also - if I want the option to...

Is it possible to add Column Separator line using Tabler?

能否把图片给删掉,以减少程序包体积? Can you delete the image to reduce the package size?

probably not a high priority, but would be helpful to avoid requiring to open XCode with Rosetta

...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....

enhancement

Applies to tables with bound values, where an `if {}` is used in the ViewBuilder to include only rows that pass the filter. This works fine for small row count,...

bug

Much like Apple's `Table` component supports them.

enhancement