Skip to content

Latest commit

 

History

History
231 lines (102 loc) · 2.8 KB

zotero-plugin-toolkit.virtualizedtablehelper.md

File metadata and controls

231 lines (102 loc) · 2.8 KB

Home > zotero-plugin-toolkit > VirtualizedTableHelper

VirtualizedTableHelper class

VirtualizedTable helper.

Signature:

export declare class VirtualizedTableHelper extends BasicTool 

Extends: BasicTool

Constructors

Constructor

Modifiers

Description

(constructor)(win)

Constructs a new instance of the VirtualizedTableHelper class

Properties

Property

Modifiers

Type

Description

containerId

string

localeStrings

{ [name: string]: string; }

props

VirtualizedTableProps

treeInstance

VirtualizedTable

Methods

Method

Modifiers

Description

render(selectId, onfulfilled, onrejected)

Render the table.

setContainerId(id)

Set container element id that the table will be rendered on.

setLocale(localeStrings)

Set locale strings, which replaces the table header's label if matches. Default it's Zotero.Intl.strings

setProp(propName, propValue)

Set properties by name.

setProp(data)

Set properties object.