Webix single datatable into display multiple reports ?

We need to configure each header column

like:
search option,
dropdown filter
CSS style
to assign width
fill space

we are getting all different records from database like.record1,record2,record3

we are displaying into single webix data table ID.

https://snippet.webix.com/ukd24enb

The autoConfig property generates the very basic datatable configuration based on the data found in the 1st row.
The similar solution can be recreated per your use-case as a separate function:
https://snippet.webix.com/oixokrnh

this is to the complex method. //Listopad
I found a simple method resolved here https://snippet.webix.com/rbhxxm7e

Thanks