On the authenticated per-project dataset management page (/portal/projects/:id/datasets/:id), the data table's pagination footer reads "Row 1 / 0" (contradictory — page 1 of 0 pages, or 1 of 0 rows, either way it's a broken index), and the only column rendered is the internal __autogen_id column — none of the dataset's real columns or rows are displayed, even for a dataset ("Cars") that clearly has data (it's downloadable via "Download Dataset").
Repro:
- Log in (demo "Dataset Manager" account works).
- Go to Projects → "My Project" → Manage Project → "Manage Project Dataset" on the "Cars" dataset.
- Observe the Data table only shows an
__autogen_id column header and no rows, with the footer reading "Row 1 / 0".
On the authenticated per-project dataset management page (
/portal/projects/:id/datasets/:id), the data table's pagination footer reads "Row 1 / 0" (contradictory — page 1 of 0 pages, or 1 of 0 rows, either way it's a broken index), and the only column rendered is the internal__autogen_idcolumn — none of the dataset's real columns or rows are displayed, even for a dataset ("Cars") that clearly has data (it's downloadable via "Download Dataset").Repro:
__autogen_idcolumn header and no rows, with the footer reading "Row 1 / 0".