Const
for a given column and feature name, return the "ColumnMeta" for that feature. This is useful when plugins may depend on one another but may not necessarily care which plugin is providing what behavior.
For example, multiple column-focused plugins may care about width or visibility
for a given table and feature name, return the "TableMeta" for that feature. This is useful when plugins may depend on one another but may not necessarily care which plugin is providing that behavior.
For example, multiple column-focused plugins may care about width or visibility.
For a given column and plugin, return the meta / state bucket for the plugin<->column instance pair.
Note that this requires the column instance to exist on the table.
For a given row and plugin, return the meta / state bucket for the plugin<->row instance pair.
Note that this requires the row instance to exist on the table.
For a given table and plugin, return the meta / state bucket for the plugin<->table instance pair.
Generated using TypeDoc
Instead of finding meta based on column or table instances, you can search for meta based on feature strings, such as
columnWidth