init() - paulmaclean/datatables.webcomponent GitHub Wiki
type Function
Initializes the table based on property settings. If the data property is set, that will be used. Next in priority is the ajax setting. If neither is set and there is a slotted table, it will be used for the dataset.
Syntax
init(): void
Usage
dataTable.init()