Back to Flet

flet-datatable2

sdk/python/packages/flet-datatable2/README.md

0.85.0.dev21.8 KB
Original Source

flet-datatable2

An enhanced data table for Flet 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 Flutter package.

Documentation

You can find its documentation here.

Platform Support

This package supports the following platforms:

PlatformWindowsmacOSLinuxiOSAndroidWeb
Supported

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.

Examples

For examples, see these.