MCPcopy
hub / github.com/tabulator-tables/tabulator / registerTableOption

Method registerTableOption

src/js/core/Module.js:21–23  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

19 ///////////////////////////////////
20
21 registerTableOption(key, value){
22 this.table.optionsList.register(key, value);
23 }
24
25 registerColumnOption(key, value){
26 this.table.columnManager.optionsList.register(key, value);

Callers 15

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected