Closed hsuan81 closed 7 months ago
This is fixed in #525. This will be new major version as columns__name__edit__include
will be changed to columns__name__filter__include
, but that should be the only change needed.
7.0.0 is released now with this fix.
I made an EditTable with one 'name' column editable and filtering on 'year' column.
EditTable( title="Song", auto__model=Album, page_size=5, columns__name__edit__include=True, columns__year__filter__include=True, )
I encountered two problems:
Has anyone come across these problems before? Or are there any workarounds I can use?