Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Switch from handleRowClicked to defaultColumn #1590

Open
wants to merge 2 commits into
base: release-0.2.0
Choose a base branch
from

Conversation

dhaselhan
Copy link
Collaborator

@dhaselhan dhaselhan commented Jan 3, 2025

  • Set linkCell Renderer and link props on default column and remove row click.
  • Update cell renderers to support links if present
  • Apply to lots of tables
  • Move test files to be closer to their components

Copy link

github-actions bot commented Jan 3, 2025

Frontend Test Results

  1 files  ±0  121 suites  ±0   41s ⏱️ -1s
417 tests  - 2  397 ✅  - 2  20 💤 ±0  0 ❌ ±0 
419 runs   - 2  399 ✅  - 2  20 💤 ±0  0 ❌ ±0 

Results for commit 1e3e2a5. ± Comparison against base commit 88a4bd3.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Jan 3, 2025

Backend Test Results

503 tests  ±0   503 ✅ ±0   1m 43s ⏱️ -1s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 1e3e2a5. ± Comparison against base commit 88a4bd3.

♻️ This comment has been updated with latest results.

@dhaselhan dhaselhan force-pushed the feat/daniel-cell-links-1533 branch from 18ec1ec to 9ed3d9c Compare January 3, 2025 00:36

const defaultColDef = useMemo(
() => ({
floatingFilter: false,
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we be disabling floating filter here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch, definitely not. Removed and double checked the other changes to make sure I didnt accidentally turn them off elsewhere.

Copy link
Collaborator

@prv-proton prv-proton left a comment

Choose a reason for hiding this comment

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

Everything looks good, just for compliance reporting floating filter is not visible.

* Set linkCell Renderer and link props on default column and remove row click.
* Update cell renderers to all support links if present
* Apply to lots of tables
* Move test files to be closer to their components
* Remove disabling of filters on compliance reports
@dhaselhan dhaselhan force-pushed the feat/daniel-cell-links-1533 branch from a96a64f to 1e3e2a5 Compare January 6, 2025 17:54
@dhaselhan dhaselhan requested a review from prv-proton January 6, 2025 17:55
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.

2 participants