RI-8160: enable column resizing#5888
Merged
Merged
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
pawelangelow
previously approved these changes
May 11, 2026
Contributor
Code Coverage - Frontend unit tests
Test suite run success6867 tests passing in 793 suites. Report generated by 🧪jest coverage report action from 8bf0aee |
valkirilov
previously approved these changes
May 11, 2026
KrumTy
previously approved these changes
May 11, 2026
13af0a5 to
f733fc4
Compare
dbf5a20 to
dd04cec
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit dd04cec. Configure here.
dd04cec to
52b8080
Compare
f733fc4 to
4380b98
Compare
52b8080 to
18b4c4a
Compare
0c66b99 to
5fff7fa
Compare
18b4c4a to
83dcb64
Compare
5fff7fa to
6e1ff18
Compare
83dcb64 to
55b66c2
Compare
The base branch was changed.
55b66c2 to
8bf0aee
Compare
KrumTy
approved these changes
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What
Enable column resizing for Element List table and Similarity Search table (plus adjust current column size).
Note: this will be visible in the PR with more columns present.
Testing
Note
Low Risk
Low risk UI-only change that adjusts table layout/interaction without touching data fetching or persistence; main risk is minor layout regression in these views.
Overview
Enables column resizing for the Vector Set Element List and Similarity Search Results tables via the
enableColumnResizingtable option.Adjusts default column sizing to better fit resizable layouts (e.g.,
Namecolumn width reduced) and explicitly disables resizing on narrow utility columns likeActionsandSimilarity(setting them to fixed small widths).Reviewed by Cursor Bugbot for commit 8bf0aee. Bugbot is set up for automated code reviews on this repo. Configure here.