Bad type for column field when fn is used #1078
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Could the
field
property forColumn
inDataTable
and other similar components have type[ String, Function ]
and TypeScript definitionstring | ((item: any) => any)
?FWIW passing a
Function
intofield
already seems to work, but Vue complains with a warning that the prop type is incorrect.Related to #647 and #681
The text was updated successfully, but these errors were encountered: