Abstract
Private
[___(secret)
Because classes are kind of like interfaces, we need "something" to help TS know what a Resource is.
This isn't a real API, but does help with type inference with the SignatureFrom utility above
Optional
metaOptional state that this plugin may or may not choose to use
columns will each have an instance of meta.column. the table will have only one instance of meta.table.
Optional
column?: Constructor<ColumnMetaFor<Signature>, any[]>Optional
row?: Constructor<RowMetaFor<Signature>, any[]>Optional
table?: Constructor<TableMetaFor<Signature>, any[]>Abstract
nameUnique name for the plugin.
Protected
tableStatic
Optional
featuresStatic
Optional
requiresStatic
forHelper for specifying column-level configurations for a plugin on headlessTable
's
columns option
Static
withHelper for specifying plugins on headlessTable
with the plugin-level options
Generated using TypeDoc
If your table plugin is a class, you may extend from BasePlugin, which provides small utility methods and properties for getting the metadata for your plugin for the table and each column
One instance of a plugin exists per table