This method is called when table key cell is about to render.
Namespace:
NReco.PivotData.Output
Assembly:
NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
protected virtual void OnWriteKeyCell(
PivotTableHtmlWriterKeyCellContext keyContext
)
Protected Overridable Sub OnWriteKeyCell (
keyContext As PivotTableHtmlWriterKeyCellContext
)
protected:
virtual void OnWriteKeyCell(
PivotTableHtmlWriterKeyCellContext^ keyContext
)
abstract OnWriteKeyCell :
keyContext : PivotTableHtmlWriterKeyCellContext -> unit
override OnWriteKeyCell :
keyContext : PivotTableHtmlWriterKeyCellContext -> unit
Parameters
- keyContext
- Type: NReco.PivotData.OutputPivotTableHtmlWriterKeyCellContext
object that holds context data
You can override this method in order to provide additional customization for the dimension keys.
For instance, it is possible to add extra CSS class depending on the dimension name or index.
Reference