Skip to content

Instantly share code, notes, and snippets.

@scillidan
Last active July 28, 2023 03:19
Show Gist options
  • Save scillidan/5f488fe305b8fd43f09f1a20e85010b4 to your computer and use it in GitHub Desktop.
Save scillidan/5f488fe305b8fd43f09f1a20e85010b4 to your computer and use it in GitHub Desktop.
var table = [
{:""},
{:""},
];
var table = new Tabulator("#tabulator_", {
headerVisible:false,
data:table,
dataTree:true,
dataTreeFilter:false,
dataTreeSort:false,
dataTreeStartExpanded:false,
columns:[
{title:"", field:"n01",width:120,formatter:"html"},
{title:"", field:"n02"},
{title:"", field:"n03"},
{title:"", field:"n04"},
{title:"", field:"n05"},
],
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment