Embedding 3rd party data grids/forms

If you mean embedding fancy Javascript UI controls, that’s very doable. Here’s an example of embedding the Tabulator library: Tabulator - with anvil components

The Anvil/Javascript bridge makes it easy to use the Javascript libraries entirely from Python. You can use Python functions as Javascript callbacks, for example. There’s a lot there, do a search through the Anvil docs on Javascript.

2 Likes