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

Datatable: Missing type definition for bodyRow PassThroughOptions #6901

Closed
ivanpajon opened this issue Jul 18, 2024 · 1 comment · Fixed by #6902, leoo1992/GeradorQRCode#80 or leoo1992/GeradorQRCode#85
Assignees
Labels
Typescript Issue or pull request is *only* related to TypeScript definition
Milestone

Comments

@ivanpajon
Copy link
Contributor

Describe the bug

I was unable to find any type definition that matches current passthrough options for bodyRow section using unstyled mode.
image

Reproducer

https://stackblitz.com/edit/tqtor1?file=src%2FApp.tsx

PrimeReact version

10.7.0

React version

18.x

Language

TypeScript

Build / Runtime

Next.js

Browser(s)

No response

Steps to reproduce the behavior

  1. Go to reproducer
  2. Open console
  3. See what passthrough options are beeing passed to bodyRow

Expected behavior

Have a Typescript type definition to this passthrough options

@ivanpajon ivanpajon added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 18, 2024
@melloware melloware added Type: Bug Issue contains a defect related to a specific component. and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Jul 18, 2024
@melloware melloware added this to the 10.7.1 milestone Jul 18, 2024
@melloware melloware added Typescript Issue or pull request is *only* related to TypeScript definition and removed Type: Bug Issue contains a defect related to a specific component. labels Jul 18, 2024
@melloware
Copy link
Member

Nice fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment