You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently in the DynamicDataTable we have all of the supported props being in the prop types object. However in the AjaxDynamicDataTable we only have a few of them with the rest being spread but not in the prop types.
I think it would be useful to add all supported props to the prop types to allow users to get type hinting when using this component.
The text was updated successfully, but these errors were encountered:
I think what @JacobBrassington is getting at is to specify the data tables props on prop types. I haven't looked at any code so forgive me if I'm wrong 👍
Currently in the DynamicDataTable we have all of the supported props being in the prop types object. However in the AjaxDynamicDataTable we only have a few of them with the rest being spread but not in the prop types.
I think it would be useful to add all supported props to the prop types to allow users to get type hinting when using this component.
The text was updated successfully, but these errors were encountered: