我正在使用制表符(jQuery 插件)。我想用不同的列配置和数据动态地重新初始化同一 div 元素上的制表符。下面是我正在使用的示例 div 和脚本。我觉得,制表符不允许在渲染后更改列配置。
$("#sample_div").tabulator(tabulator_display_config);
//initialize and apply tabulator
$("#sample_div").tabulator("setData", table_data.Data);
//load data into the table