[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Current behavior
When using the editor prop in Column it is missing the rowData property that is shown in examples (and is present during runtime). It seems that ColumnProps type definition is missing rowData property. This causes typescript errors when trying to type props correctly.
Expected behaviorColumnProps type definition should match what is present during runtime.
I'm submitting a ... (check one with "x")
Current behavior When using the
editor
prop inColumn
it is missing therowData
property that is shown in examples (and is present during runtime). It seems thatColumnProps
type definition is missingrowData
property. This causes typescript errors when trying to type props correctly.Expected behavior
ColumnProps
type definition should match what is present during runtime.Minimal reproduction of the problem with instructions https://codesandbox.io/s/primereact-test-forked-ggz4n
React version: 17.0.2
PrimeReact version: 6.3.1
Language: TypeScript 4.2.4