Open
Description
A prop should be implemented that disables the initial AJAX load, an example for a name would be initialLoad
. By default initialLoad
would be true
.
<AjaxDynamicDataTable
initialLoad={false}
/>
This would be useful when piping data from Laracasts's JavaScript utility package. As initial data would come from the controller.
Metadata
Metadata
Assignees
Labels
No labels