New Tabulator Version

We’ve just released a new version of Tabulator which now has a mutator option if you’re using its app_tables mode.

That allows you to define a callable which will take a data tables row and ‘mutate’ it to something else for use in the tabulator.

It’s particularly useful if you’re using the persistence module from Anvil Extras. You get all the benefits of lazy loading from anvil.tables.app_tables along with the ability to define and use your own custom objects!

6 Likes

Here’s a demo app of the mutator option in action that the two of us made while working for a client:

3 Likes