You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssertionError: Evaluating lambda found at: `input__attrs__class__the_best_year=lambda row, **_: row.year == 1980,` didn't resolve it into a value but strict mode was active, the signature doesn't match the given parameters. We had these arguments: request, user, table, traversable, form, instance, field, fragment
The text was updated successfully, but these errors were encountered:
deftest_edit_tables_field_customization(big_discography):
# language=rst""" Field customization ------------------- The `field` namespace on an `EditColumn` is an iommi `Field` instance, same as any normal `Form`, so can be customized in the same way: """# @testt= (
# @endEditTable(
auto__model=Album,
page_size=10,
columns__year__field=dict(
include=True,
attrs__placeholder='year',
attrs__style__background='grey',
attrs__class__foo=True,
),
)
# @test
)
show_output(t.bind(request=request))
# @end
I was trying to write documentation for
EditTable
:But this unfortunately crashes with:
The text was updated successfully, but these errors were encountered: