@sheetkit/node / JsSlicerConfig
Interface: JsSlicerConfig
Defined in: binding.d.ts:1015
Configuration for adding a slicer to a table.
Properties
caption?
optionalcaption:string
Defined in: binding.d.ts:1025
Caption displayed on the slicer header.
cell
cell:
string
Defined in: binding.d.ts:1019
Anchor cell (top-left corner).
columnCount?
optionalcolumnCount:number
Defined in: binding.d.ts:1035
Number of columns in the slicer item display.
columnName
columnName:
string
Defined in: binding.d.ts:1023
Column name from the table to filter.
height?
optionalheight:number
Defined in: binding.d.ts:1031
Height in pixels.
name
name:
string
Defined in: binding.d.ts:1017
Unique slicer name.
showCaption?
optionalshowCaption:boolean
Defined in: binding.d.ts:1033
Whether to show the caption header.
style?
optionalstyle:string
Defined in: binding.d.ts:1027
Slicer visual style (e.g. "SlicerStyleLight1").
tableName
tableName:
string
Defined in: binding.d.ts:1021
Source table name.
width?
optionalwidth:number
Defined in: binding.d.ts:1029
Width in pixels.