Skip to content

Conversation

Raubzeug
Copy link
Contributor

@Raubzeug Raubzeug commented Sep 19, 2025

Closes #2522
Stand

CI Results

Test Status: ⚠️ FLAKY

📊 Full Report

Total Passed Failed Flaky Skipped
378 373 0 3 2
Test Changes Summary ⏭️2

⏭️ Skipped Tests (2)

  1. Scroll to row, get shareable link, navigate to URL and verify row is scrolled into view (tenant/diagnostics/tabs/queries.test.ts)
  2. Copy result button copies to clipboard (tenant/queryEditor/queryEditor.test.ts)

Bundle Size: ✅

Current: 85.40 MB | Main: 85.40 MB
Diff: +0.28 KB (0.00%)

✅ Bundle size unchanged.

ℹ️ CI Information
  • Test recordings for failed tests are available in the full report.
  • Bundle size is measured for the entire 'dist' directory.
  • 📊 indicates links to detailed reports.
  • 🔺 indicates increase, 🔽 decrease, and ✅ no change in bundle size.

items={columnsToSelect}
showStatus
onUpdate={handleTableColumnsSetupChange}
sortable={false}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hook useSelectedColumns is not used here, you should change the logic inside PartitionsTableColumnSetup to make it work

@Raubzeug Raubzeug force-pushed the table-column-setup-sortable branch from e0f74f4 to a30dd1e Compare September 23, 2025 10:07
const columns = useGetPartitionsColumns(selectedConsumer);

const [columns, columnsIdsForSelector] = useGetPartitionsColumns(selectedConsumer);
const {columnsToShow, columnsToSelect, setColumns} = useSelectedColumns(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Columns are not reordered

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I simply didn't redeploy stand. For now it's done and columns are reordering as expected.

@artemmufazalov
Copy link
Member

If I change columns order when no consumer is selected, I have only 7 columns instead of 15 when I select consumer

@artemmufazalov
Copy link
Member

Also if I change selected columns when no consumer is selected, all consumer specific columns become not selected

@Raubzeug
Copy link
Contributor Author

en no consumer is selected, I have only 7 columns instead of 15 when I select consumer

Fixed, stand redeployed

@Raubzeug Raubzeug added this pull request to the merge queue Sep 23, 2025
Merged via the queue into main with commit a2ace67 Sep 23, 2025
7 checks passed
@Raubzeug Raubzeug deleted the table-column-setup-sortable branch September 23, 2025 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make columns movable in column selector
2 participants