ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > RenderableTabularHeader

RenderableTabularHeader interface

This object is produced after processing the different plugins for generating the columns etc.

Signature:

export interface RenderableTabularHeader 

Properties

PropertyTypeDescription
captionsTabularHeaderCaption[]The generated captions for the header, which is the output of the caption producer plugin for that column.
columnIndexnumberThe index at which the column is displayed in the table.
columnKeystringThe key of the column. This is the same as the header value in the data for simple columns, but it is generated in the case of a grouped column, as a combination of the columnSelector and columnFactory.
dataIndexesnumber[]The indexes of the columns composing this column in the data. Could be empty when the column is not backed by data, for example the line numbers column.
pinnedboolean
  • RenderableTabularHeader interface
  • Properties
Copyright © 2019 ActiveViam