Skip to content

Datatable is not updating after editing (using a RxList) #97

@till-fechteler

Description

@till-fechteler

Hi,

I'm currently stuck with the following problem. I have a Flet DataTable that can be edited line by line. Unfortunately, pressing Save in the edit dialogue does not result in the desired update to the table, even though the change is realized in the RxList data structure and the callback method for updating the table (currently implemented as complete rebuild) is executed. Do you have any idea what is going wrong? Or do you have any tips on how to implement this more cleverly?

I have attached the sources. The following requirements are needed to run the code:

Flet: 0.28.3
FletX: 0.1.4b230
PaginatedDataTable: source attached

Your help is appreciated.

Many thanks in advance

main.py

customers.py

paginated_dt.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions