TabulatorOptions

constructor(height: String? = null, placeholder: String? = null, placeholderFunc: () -> String?? = null, placeholderHeaderFilter: String? = null, footerElement: String? = null, history: Boolean? = null, keybindings: JsAny? = null, downloadDataFormatter: JsAny? = null, downloadConfig: DownloadConfig? = null, reactiveData: Boolean? = null, autoResize: Boolean? = null, columns: List<ColumnDefinition<T>>? = null, autoColumns: Boolean? = null, autoColumnsFull: Boolean? = null, layout: Layout? = null, layoutColumnsOnNewData: Boolean? = null, responsiveLayout: ResponsiveLayout? = null, responsiveLayoutCollapseStartOpen: Boolean? = null, responsiveLayoutCollapseUseFormatters: Boolean? = null, movableColumns: Boolean? = null, scrollToColumnPosition: ColumnPosition? = null, scrollToColumnIfVisible: Boolean? = null, rowFormatter: (row: RowComponent) -> Unit? = null, addRowPos: RowPos? = null, selectableRows: JsAny? = null, selectableRowsBool: Boolean? = null, selectableRowsRangeMode: RangeMode? = null, selectableRowsRollingSelection: Boolean? = null, selectableRowsPersistence: Boolean? = null, selectableRowsCheck: (row: RowComponent) -> Boolean? = null, movableRows: Boolean? = null, movableRowsConnectedTables: JsAny? = null, movableRowsSender: JsAny? = null, movableRowsReceiver: JsAny? = null, resizableRows: Boolean? = null, scrollToRowPosition: RowPosition? = null, scrollToRowIfVisible: Boolean? = null, index: String? = null, data: JsArray<JsAny>? = null, ajaxURL: String? = null, ajaxParams: JsAny? = null, ajaxConfig: JsAny? = null, ajaxContentType: JsAny? = null, ajaxURLGenerator: (url: String, config: JsAny, params: JsAny) -> String? = null, ajaxRequestFunc: (url: String, config: JsAny, params: JsAny) -> Promise<JsAny>? = null, progressiveLoad: ProgressiveMode? = null, progressiveLoadDelay: Int? = null, progressiveLoadScrollMargin: Int? = null, dataLoader: Boolean? = null, dataLoaderLoading: String? = null, dataLoaderError: String? = null, initialSort: List<JsAny>? = null, sortOrderReverse: Boolean? = null, initialFilter: List<JsAny>? = null, initialHeaderFilter: List<JsAny>? = null, pagination: Boolean? = null, paginationMode: PaginationMode? = null, paginationSize: Int? = null, paginationSizeSelector: JsAny? = null, paginationElement: JsAny? = null, dataReceiveParams: JsAny? = null, dataSendParams: JsAny? = null, paginationAddRow: AddRowMode? = null, paginationButtonCount: Int? = null, persistenceID: String? = null, persistenceMode: Boolean? = null, persistentLayout: Boolean? = null, persistentSort: Boolean? = null, persistentFilter: Boolean? = null, locale: String? = null, langs: JsAny? = null, localized: (locale: String, lang: JsAny) -> Unit? = null, headerVisible: Boolean? = null, htmlOutputConfig: JsAny? = null, printAsHtml: Boolean? = null, printConfig: JsAny? = null, printCopyStyle: Boolean? = null, printVisibleRows: Boolean? = null, printHeader: String? = null, printFooter: String? = null, printFormatter: (tableHolder: JsAny, table: JsAny) -> Unit? = null, tabEndNewRow: JsAny? = null, invalidOptionWarnings: Boolean? = null, dataTree: Boolean? = null, dataTreeChildField: String? = null, dataTreeCollapseElement: JsAny? = null, dataTreeExpandElement: JsAny? = null, dataTreeElementColumn: String? = null, dataTreeBranchElement: JsAny? = null, dataTreeChildIndent: Number? = null, dataTreeStartExpanded: (row: RowComponent, level: JsNumber) -> Boolean? = null, ajaxRequesting: (url: String, params: JsAny) -> Boolean? = null, ajaxResponse: (url: String, params: JsAny, response: JsAny) -> JsAny? = null, persistence: JsAny? = null, persistenceBool: Boolean? = null, persistenceReaderFunc: JsAny? = null, persistenceWriterFunc: JsAny? = null, paginationInitialPage: Int? = null, columnHeaderVertAlign: VAlign? = null, maxHeight: String? = null, minHeight: String? = null, rowContextMenu: JsAny? = null, dataTreeChildColumnCalcs: Boolean? = null, dataTreeSelectPropagate: Boolean? = null, headerFilterLiveFilterDelay: Int? = null, textDirection: TextDirection? = null, autoColumnsDefinitions: JsAny? = null, rowClickMenu: JsAny? = null, headerSortElement: JsAny? = null, dataTreeFilter: Boolean? = null, dataTreeSort: Boolean? = null, renderVertical: RenderType? = null, renderVerticalBuffer: Int? = null, renderHorizontal: RenderType? = null, columnDefaults: ColumnDefinition<T>? = null, sortMode: SortMode? = null, filterMode: FilterMode? = null, importFormat: ImportFormat? = null, importReader: ImportReader? = null, dataLoaderErrorTimeout: Int? = null, popupContainer: JsAny? = null, paginationCounter: JsAny? = null, paginationCounterElement: JsAny? = null, rowClickPopup: JsAny? = null, rowContextPopup: JsAny? = null, resizableColumnFit: Boolean? = null, rowHeight: Int? = null, frozenRows: JsAny? = null, frozenRowsField: String? = null, headerSortClickElement: HeaderSortClickElement? = null, rowDblClickPopup: JsAny? = null, rowDblClickMenu: JsAny? = null, responsiveLayoutCollapseFormatter: (data: JsArray<JsAny>) -> Element? = null, selectableRange: JsAny? = null, selectableRangeColumns: Boolean? = null, selectableRangeRows: Boolean? = null, selectableRangeClearCells: Boolean? = null, selectableRangeClearCellsValue: String? = null, editTriggerEvent: EditTriggerEvent? = null, rowHeader: JsAny? = null, spreadsheet: Boolean? = null, spreadsheetColumns: Int? = null, spreadsheetRows: Int? = null, spreadsheetData: JsAny? = null, spreadsheetColumnDefinition: JsAny? = null, spreadsheetOutputFull: Boolean? = null, spreadsheetSheets: JsAny? = null, spreadsheetSheetTabs: Boolean? = null, resizableColumnGuide: Boolean? = null, resizableRowGuide: Boolean? = null, editorEmptyValue: JsAny? = null, editorEmptyValueFunc: (JsAny) -> Boolean? = null, paginationIconFirst: String? = null, paginationIconPrev: String? = null, paginationIconNext: String? = null, paginationIconLast: String? = null, paginationIconPageSize: String? = null)