MCPcopy Create free account
hub / github.com/javascriptdata/danfojs / setTableDisplayConfig

Method setTableDisplayConfig

src/danfojs-base/shared/config.ts:50–52  ·  view source on GitHub ↗
(config: BaseUserConfig & TableUserConfig)

Source from the content-addressed store, hash-verified

48 }
49
50 setTableDisplayConfig(config: BaseUserConfig & TableUserConfig) {
51 this.tableDisplayConfig = config;
52 }
53
54 get getTableDisplayConfig(): BaseUserConfig & TableUserConfig {
55 return this.tableDisplayConfig;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected