Tulip Logo IconTulip
Customization

Columns

Column definitions are the main extension point for list-heavy Drive screens.

Provider-specific exports already include columns-data, but you should expect to extend or replace them in real products.

Common custom columns

  • file owner
  • sync state
  • asset dimensions
  • status badges
  • compliance metadata
  • domain-specific actions

Where columns get applied

Columns are passed into LocalDriveViewProvider or GoogleDriveViewProvider, not directly into the raw grid/list switcher.

That is important because the view provider also combines:

  • query data
  • pagination strategy
  • selection state
  • meta
  • commands

When a screen needs a different set of columns, treat that as page-level configuration rather than a new Drive primitive.

On this page