-
Notifications
You must be signed in to change notification settings - Fork 657
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (23 loc) · 1.18 KB
/
Copy pathpyproject.toml
File metadata and controls
27 lines (23 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[project]
name = "data-table-spacing"
version = "1.0.0"
description = "Adjusts DataTable horizontal margin and column spacing interactively with sliders and presets."
requires-python = ">=3.10"
keywords = ["data table", "spacing", "horizontal margin", "slider", "layout"]
authors = [{ name = "Flet team", email = "hello@flet.dev" }]
dependencies = ["flet"]
[dependency-groups]
dev = ["flet-cli", "flet-desktop", "flet-web"]
[tool.flet.gallery]
categories = ["Layout/DataTable"]
[tool.flet.metadata]
title = "Horizontal margin and column spacing"
docs_intro = "Use [`horizontal_margin`](index.md#flet.DataTable.horizontal_margin) to control the left and right edge spacing of the first and last columns. Use [`column_spacing`](index.md#flet.DataTable.column_spacing) to control spacing between columns."
controls = ["SafeArea", "Column", "DataTable", "DataColumn", "DataRow", "DataCell", "Slider", "FilledButton", "OutlinedButton", "Container", "Text", "AppBar"]
layout_pattern = "dashboard"
complexity = "basic"
features = ["interactive spacing controls", "preset spacing buttons", "live table layout updates"]
[tool.flet]
org = "dev.flet"
company = "Flet"
copyright = "Copyright (C) 2023-2026 by Flet"