Edit tables =========== iommi edit tables builds on top of iommi tables but enable editing of cells too. A simple example: .. code-block:: python EditTable( auto__model=Album, page_size=10, # Turn on the edit feature for the year column columns__year__field__include=True, ) .. raw:: html