How to use the tui-grid.applyTheme function in tui-grid

To help you get started, we’ve selected a few tui-grid examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github nhn / tui.grid / packages / toast-ui.vue-grid / src / Grid.vue View on Github external
applyTheme() {
      if (this.theme) {
        if (typeof this.theme === 'string') {
          Grid.applyTheme(this.theme);
        } else {
          Grid.applyTheme(this.theme.name, this.theme.value);
        }
      }
    },
    // @deprecated. You should use it via importing tui-grid directly.
github nhn / tui.grid / packages / toast-ui.vue-grid / src / Grid.vue View on Github external
applyTheme() {
      if (this.theme) {
        if (typeof this.theme === 'string') {
          Grid.applyTheme(this.theme);
        } else {
          Grid.applyTheme(this.theme.name, this.theme.value);
        }
      }
    },
    // @deprecated. You should use it via importing tui-grid directly.
github nhn / tui.grid / packages / toast-ui.react-grid / stories / index.stories.js View on Github external
const Story = () => {
    TuiGrid.applyTheme(theme);

    return ;
  };
github nhn / toast-ui.react-grid / stories / index.stories.js View on Github external
const Story = () => {
    TuiGrid.applyTheme(theme);

    return ;
  };

tui-grid

TOAST UI Grid : Powerful data grid control supported by TOAST UI

MIT
Latest version published 9 months ago

Package Health Score

66 / 100
Full package analysis