Skip to content

bytecodeio/new-table

Repository files navigation

Custom Table Visualization

Installation:

Prerequisites:

Clone this repo and install with:

  • yarn install

Build the project:

  • yarn build

From Looker, add a visualization parameter to your project's manifest.lkml file:

visualization: {
  id: "table_vis"
  label: "Custom Table"
  file: "custom_table.js"
}

Copy the file generated during the build, dist/custom_table.js, to the Looker project.

Looker custom visualization ref:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published