How to use the @hpcc-js/html.StyledTable function in @hpcc-js/html

To help you get started, we’ve selected a few @hpcc-js/html 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 hpcc-systems / Visualization / demos / gallery / samples / html / StyledTable.js View on Github external
import { StyledTable } from "@hpcc-js/html";

new StyledTable()
    .theadColumnStyles([
        {
            "background-color": "black",
            "font-weight":"bold",
            "font-style":"italic",
            "color": "white"
        },
        {
            "background-color": "black",
            "font-weight":"bold",
            "font-style":"italic",
            "color": "white"
        }
    ])
    .evenRowStyles({
        "background-color":"#555",

@hpcc-js/html

hpcc-js - Viz HTML

Apache-2.0
Latest version published 1 day ago

Package Health Score

78 / 100
Full package analysis

Similar packages