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.