Edit tables

iommi edit tables builds on top of iommi tables but enable editing of cells too.

A simple example:

EditTable(
    auto__model=Album,
    page_size=10,
    # Turn on the edit feature for the year column
    columns__year__field__include=True,
)
▼ Hide result