szatpig
szatpig
### Versions | package | version | | -------------- | ------- | "node": "16.15.0" "react": "^18.2.0", "rsuite-table": "^5.6.1", ### What is the expected behavior? ### What is the current behavior?...
## Use case rowHeight?: Maybe number | string)> i want to set one rows's gridTemplateRows is 'max-content' or 'auto'
  ```ts VitePWA({ registerType: process.env.VITE_PWA_REGISTERTYPE === 'autoUpdate' ? 'autoUpdate' : 'prompt', //process.env.VITE_PWA_REGISTERTYPE !== 'autoUpdate' ? 'autoUpdate' : 'prompt', workbox: { globPatterns: ['**/*.{js,css,html,ico,png,svg}'], }, }), ``` Usage: ```ts import {...