step2341

Results 11 comments of step2341

@yotamberk did you end up finding a fix? so far it seems enableExpanding: true, enableGrouping:true, doesnt do anything. im using 8.10.3 In some cases i need a tree grid, in...

@mozzerbob i can see the fix above, im using "@tanstack/react-table": "^8.10.3", and still having this issue. has this fix been released? @KevinVandy i noticed you have this option in your...

@KevinVandy I'm having this issue also. I have a scenario now where i require user defined columns, but also need to persist the column order and allow the user to...

has anyone found a fix for this? @ScripterSugar @KevinVandy @xkomiks. still an annoying issue..

its also pretty simple just to create a reusable intersection observer hook and use that to virtualize the command group

T > > I'm facing the same issue! > > Try adding this into your `package.json` and let me know if it works for you > > ``` > "resolutions":...

> [radix-ui/primitives#2448 (comment)](https://github.com/radix-ui/primitives/issues/2448#issuecomment-1758438552) @joaom00 i've tried this and it didnt appear to help. are you able to summarize the steps to implement?

@minhson3012 thanks that worked. didn't realize i needed both. also note if using npm need to use "overrides" in place of resolutions..

i needed a simple one today, not sure if this helps anyone but refer below: import React, { useRef, useState } from 'react'; import { Card, CardContent } from "@/components/ui/card";...

@SirajKakeh sure, for a standard table the structure is like this (not too much different than the sortable list start template example https://codesandbox.io/s/dnd-kit-sortable-starter-template-22x1ix) within the root table, component you can...