We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
agParams
ColumnEditorFn
agParams is a required property of EditorProps:
EditorProps
hoist-react/desktop/cmp/grid/editors/EditorProps.ts
Lines 14 to 28 in 2975272
However, it is not included in the ColumnEditorFn params interface:
hoist-react/cmp/grid/Types.ts
Lines 285 to 289 in 2975272
agParams appear to be passed here so should probably just be included as a required property of ColumnEditorFn's params interface:
params
hoist-react/cmp/grid/columns/Column.ts
Lines 980 to 993 in 2975272
If we suspect there are times when agParams are not passed, we should make agParams an optional property of EditorProps
The text was updated successfully, but these errors were encountered:
No branches or pull requests
agParams
is a required property ofEditorProps
:hoist-react/desktop/cmp/grid/editors/EditorProps.ts
Lines 14 to 28 in 2975272
However, it is not included in the
ColumnEditorFn
params interface:hoist-react/cmp/grid/Types.ts
Lines 285 to 289 in 2975272
agParams
appear to be passed here so should probably just be included as a required property ofColumnEditorFn
'sparams
interface:hoist-react/cmp/grid/columns/Column.ts
Lines 980 to 993 in 2975272
If we suspect there are times when
agParams
are not passed, we should makeagParams
an optional property ofEditorProps
The text was updated successfully, but these errors were encountered: