UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

61 lines (39 loc) 1.52 kB
export default { debugEventsExternal:false, //flag to console log events debugEventsInternal:false, //flag to console log events debugInvalidOptions:true, //allow toggling of invalid option warnings height:false, //height of tabulator minHeight:false, //minimum height of tabulator maxHeight:false, //maximum height of tabulator columnHeaderVertAlign:"top", //vertical alignment of column headers columns:[],//store for colum header info columnDefaults:{}, //store column default props data:false, //default starting data autoColumns:false, //build columns from data row structure autoColumnsDefinitions:false, nestedFieldSeparator:".", //separator for nested data tooltipGenerationMode:"load", //when to generate tooltips footerElement:false, //hold footer element index:"id", //filed for row index textDirection:"auto", addRowPos:"bottom", //position to insert blank rows, top|bottom headerVisible:true, //hide header renderVertical:"virtual", renderHorizontal:"basic", renderVerticalBuffer:0, // set virtual DOM buffer size scrollToRowPosition:"top", scrollToRowIfVisible:true, scrollToColumnPosition:"left", scrollToColumnIfVisible:true, rowFormatter:false, rowFormatterPrint:null, rowFormatterClipboard:null, rowFormatterHtmlOutput:null, placeholder:false, dataLoader:true, dataLoaderLoading:false, dataLoaderError:false, dataLoaderErrorTimeout:3000, dataSendParams:{}, dataReceiveParams:{}, }