Skip to content

html-kind page: <list-view> renders rows but no data columns — columns binding ignored in html tier (works in react tier) #12649

Description

@yinlianghui

Finding from promo-video production recon (internal ref: steedos-labs/video-studio#61). Not claiming; filing for triage.

Environment

  • @objectstack/*17.1.0 (hotcrm reference app, hotcrm @ a76b69ff003605e0d1512c4bbf304031bb5c5fec, dev server)
  • Page written via metadata API into a fresh writable package (PUT /api/v1/meta/page/<name>?mode=draft&package=…publish-drafts)

Actual

In a kind: 'html' page, <list-view> renders the row count (e.g. "23 records") and the filter/group/sort toolbar, but no data columns at all — only the index column. Eight binding forms all tried, none renders columns:

  1. JSX array literal for columns
  2. JSON-string columns
  3. object-array columns ({field, label})
  4. viewName reference to a saved view
  5. view reference to a saved view
  6. child <column> elements
  7. no columns at all (default-columns expectation)
  8. kebab/camel attribute-name variants of the above

Expected / contrast

The same block in a kind: 'react' page works fully: <ListView columns={['name','stage','amount','close_date']}> renders all four columns (Opportunity Name / Stage / Amount / Close Date). So the data path and the block itself are fine — the html-tier attribute → prop binding for columns appears to be dropped.

Impact

Any html-tier page (the "parse, never execute" tier meant for AI-drafted/unreviewed pages) cannot show a usable data table — rows without columns. Not a P0 for us (we re-scoped the demo page), but it undercuts the html tier's headline use case of safely accepting AI-authored pages that include data blocks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions