concat_panels

concat_panels(panels: list[Panel], reset_ids: bool = False, sort: bool = False) Panel[source]

Concatenate panels.

Parameters
  • panels (list) – List of panels

  • reset_ids (bool) – Whether to reset ids

  • sort (bool) – Whether to sort by id

Returns

Concatenated panels

Return type

Panel