Tabulator: select_row

You can’t use the form show event for calling tabulator methods
you need to use the table built event

GitHub - anvilistas/tabulator: Anvil Wrapper for Tabulator

Table Built

Calling tabulator methods is only possible once the tabulator instance has been built. This happens after the form show event, and a handler can be set on the table_built event.

3 Likes

Thanks @stucork . This was actually the case. You have to make sure that the table is built, in order the select_row to work.

1 Like