Bases does not currently provide a dedicated print plugin or Facade print API. Printing the browser page does not print the complete table: some records may not yet be loaded or visible.
Export, then print
To print table data, export it as XLSX, then open it in an application that supports the format to configure paper size, orientation, and pagination. File conversion requires the corresponding backend service.
This prints table data; it does not guarantee preservation of the Bases view or dashboard layout.
Custom print pages
For a business-specific report layout, read the required records and generate a dedicated print page in your application. Check that all data is loaded, the field selection is correct, and the user has read and print permission. Registering another product's print plugin on Bases does not provide this functionality.
How is this guide?