The “Data Grids: Displaying Data In Tables” tutorial is hard to follow due to missing steps and it seems the interface has changed since the tutorial was created.
-
The tutorial does not explain what type of Theme I should use.
-
When I place a “Data Grid”, the top and left side boxes do not automatically appear.
-
This section below doesn’t explain where to add the information or what the page should look like when finished:
It contains a Repeating Panel that you can hook up to your Data Table in the usual way - an accessor in a Server Module:``` @anvil.server.callable def get_employees(): return app_tables.employees.search() ``` which is called from the Form’s `__init__` method:
-
I can’t find the auto header setting
-
There is no explanation of how to add the page number box.