We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00bba45 commit 18070c9Copy full SHA for 18070c9
1 file changed
README.md
@@ -372,7 +372,7 @@ TODO need Core Data example, if it's possible to do so.
372
var body: some View {
373
TablerList(.init(onMove: moveAction,
374
filter: { $0.weight > 10 },
375
- hoverColor: .orange.opacity(0.4)),
+ onHover: hoverAction),
376
header: header,
377
row: row,
378
results: fruits)
@@ -389,7 +389,6 @@ Spacing defaults are driven by the goal of achieving uniform appearance among ta
389
390
Base defaults are defined in the `TablerConfig` module.
391
392
-- `hoverColor: Color` - accent color with opacity of 0.2
393
- `tablePadding: EdgeInsets` - no padding
394
- `sortIndicatorForward: AnyView` - "chevron.up" image
395
- `sortIndicatorReverse: AnyView` - "chevron.down" image
0 commit comments