#### type `Function`

Initialise the instance after [destroying](destroy()).

You can pass an optional `object` of options to the method if you require new a new config.

#### Usage
```javascript
/**
 * @param  {Object} options New options to pass to the instance
 * @return {Void}
 */
datatable.init(options);
```
