Views

Four ways to look at the same collection.

Views are a lens, not a copy

A view renders a query over an entity collection. Changing the view doesn't change the records — it just changes how they're displayed. You can add, remove, and configure views freely.

Table

The default. Columns are fields. Rows are records. Use it when you want to scan, sort, and bulk-edit. Table is always available.

Board

Kanban-style columns grouped by a field — usually status. Use it when the grouping is the story: what's blocked, what's in review, what shipped. Board appears automatically when the entity has a groupable field.

Calendar

Month or week grid, placed by a date field. Based picks the first date-like field by default — usually targetDate. You can change the field in view settings.

Calendar only appears when the entity has at least one date-like field. If yours doesn't, add one and the view will show up.

Gantt

Timeline with swimlanes. Bars are drawn from startDate to endDate. If only one date is set, the record is drawn as a milestone diamond. Zoom to day / week / month / quarter.

Gantt is the right view when you want to see overlap across a team or across initiatives. It appears automatically when the entity has both start and end date fields (or a pair Based can infer).

Switching and adding views

Use the view picker in the page toolbar to switch. Use the settings icon next to a view to configure which fields drive grouping, coloring, and dates. Changes are saved on the page's viewConfig — other users see them too.

Views — Based Docs