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`. ```jsx <AjaxDynamicDataTable initialLoad={false} /> ``` This would be useful when piping data from [Laracasts's JavaScript utility package](https://github.com/laracasts/PHP-Vars-To-Js-Transformer). As initial data would come from the controller.