Class: blueprintjs.MinimalTable

blueprintjs.blueprintjs.MinimalTable(container, cellRenderer)

A skeleton to ease the creation of a minimal Blueprintjs table component.

Constructor

new blueprintjs.MinimalTable(container, cellRenderer)

Parameters:
Name Type Description
container Element

the parent element.

cellRenderer function

a function in charge of rendering a single cell (optional).

Source:

Extends

  • blueprintjs.Blueprintjs