You can’t use the form show event for calling tabulator methods
you need to use the table built event
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.