init() - Mobius1/Vanilla-DataTables GitHub Wiki
Function
type Initialise the instance after destroying.
You can pass an optional object
of options to the method if you require new a new config.
Usage
/**
* @param {Object} options New options to pass to the instance
* @return {Void}
*/
datatable.init(options);