https://github.com/flet-dev/flet-datatable2
DataTable with fixed/sticky header/top rows and left columns.
https://github.com/flet-dev/flet-datatable2
datatable flet flet-extension flutter python
Last synced: 4 months ago
JSON representation
DataTable with fixed/sticky header/top rows and left columns.
- Host: GitHub
- URL: https://github.com/flet-dev/flet-datatable2
- Owner: flet-dev
- License: other
- Created: 2025-02-18T19:02:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-19T14:48:02.000Z (7 months ago)
- Last Synced: 2025-06-19T15:25:20.083Z (7 months ago)
- Topics: datatable, flet, flet-extension, flutter, python
- Language: Python
- Homepage: https://flet-dev.github.io/flet-datatable2/
- Size: 5.27 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flet-datatable2
[](https://pypi.python.org/pypi/flet-datatable2)
[](https://pepy.tech/project/flet-datatable2)
[](https://github.com/flet-dev/flet-datatable2/blob/main/LICENSE)
An enhanced data table for [Flet](https://flet.dev) apps that builds on the built-in component by adding sticky headers,
fixed top rows, and fixed left columns while preserving all core features.
It is based on [data_table_2](https://pub.dev/packages/data_table_2) Flutter package.
## Documentation
You can find its documentation [here](https://flet-dev.github.io/flet-datatable2).
## Platform Support
This package supports the following platforms:
| Platform | Supported |
|----------|:---------:|
| Windows | ✅ |
| macOS | ✅ |
| Linux | ✅ |
| iOS | ✅ |
| Android | ✅ |
| Web | ✅ |
## Usage
### Installation
To install the `flet-datatable2` package and add it to your project dependencies:
- Using `uv`:
```bash
uv add flet-datatable2
```
- Using `pip`:
```bash
pip install flet-datatable2
```
After this, you will have to manually add this package to your `requirements.txt` or `pyproject.toml`.
- Using `poetry`:
```bash
poetry add flet-datatable2
```
### Examples
For examples, see [these](./examples).