React Activity option for hidden columns

Open
#817 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
55/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Quiet
Tech stack
react, typescript
Domain
frontend

Research direction

The issue points to package/DataTableRow.tsx at line 107; start there and inspect how hidden columns currently return null. Determine the public option needed to use React 19.2’s Activity component, then verify that toggling hidden preserves row activity and data-fetching state.

Written by the indexing model from the issue text.

Description

Is your feature request related to a problem? Please describe.
No, not a problem necessarily, just an design choice.

Describe the solution you'd like
Would be nice if there was an option for hidden columns to use the React 19.2 <Activity> component instead of just returning null. This may seem a little cursed but my use case lends itself towards data fetching within each row, and having all of that refetch (even with a cache) when hidden gets toggled is not ideal.

Describe alternatives you've considered
Architectural rework in my application 😆

Dominant language
TypeScript
Stars
1.3k
Forks
102
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from icflorescu/mantine-datatable

All issues in icflorescu/mantine-datatable

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.