This is an internal util that is used to help with the logic for expanded rows.

Show:

Methods

showExpanded
(
  • table
  • row
  • column
)
Boolean

Checks if a row should be show in expanded view given the context

Parameters:

  • table Table

    Table class instance

  • row Row

    Row class instance

  • column Column

    Column class instance

Returns:

Boolean:

True if it is shown in this context, false otherwise