UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

8 lines (7 loc) 299 B
//resize columns to fit data they contain export default function(columns){ this.table.columnManager.renderer.reinitializeColumnWidths(columns); if(this.table.options.responsiveLayout && this.table.modExists("responsiveLayout", true)){ this.table.modules.responsiveLayout.update(); } };