-
### Steps to reproduce
https://stackblitz.com/edit/react-xrtnie-bypm8d?file=Demo.tsx%3AL19-L19
Steps:
1. Go to demo link above
2. Click Export then click print
3. Note the exception that appe…
-
Hey, Im trying to use Swapy in my nextjs app and i encounter this error:
```
swapy.js:2888 Uncaught TypeError: Cannot read properties of undefined (reading 'element')
at ae.eval [as setup] (sw…
-
First of all - this looks like an awesome project, thank you for that!
I want to use it with [react-virtualized's Grid](https://bvaughn.github.io/react-virtualized/#/components/Grid) where the rows…
-
### Summary
We recently made Grid v2 stable, #43054 so now it's time to look at the rollout plan, effectively to get completely get rid of the old one.
A possible action plan:
- [ ] 1. Update…
-
### The problem in depth
How can I wrap a checkbox for the header and a checkbox for the cell? I need a tooltip for the header checkbox **select all/deselect all** and for the cell checkbox **selec…
-
### Describe the bug
Hi,
I'm facing an issue with the `Titlebar`. If an element is placed withing the area of the titlebar then none of the events of that element trigger. E.g. if we place a button …
-
### Base de datos - Documentación
[Generación de diagrama de base de datos](https://dbdiagram.io/)
-
### Steps to reproduce
[Link to live example](https://codesandbox.io/p/sandbox/beautiful-shamir-drtzv5?file=%2Fsrc%2FDemo.tsx%3A50%2C10)
Code extract:
```tsx
```
### Current behavior
This …
-
Managing the react's Grid to customize sections
-
### Steps to reproduce
Link to live example: (required)
Steps:
1. Run below component
```tsx
function Sample() {
const [expandedItems, setExpandedItems] = useState([]);
return (
…