Abstract
Abstract
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.
Abstract
nameUnique name for the plugin.
Protected
tableStatic
Optional
featuresStatic
Optional
requiresPrivate
#selfTS does not allow access to the constructor property on class instances
Utility property that returns the resulting options passed during table creation for this specific plugin.
Static
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