The ``show_table.py`` module ============================ .. py:module:: ansys.additive.widgets.display.show_table Summary ------- .. py:currentmodule:: show_table .. tab-set:: .. tab-item:: Functions .. list-table:: :header-rows: 0 :widths: auto * - :py:obj:`~show_table` - Generate an interactive display of the parametric study table. Description ----------- Provides an interactive interface for the parametric study simulation table. .. !! processed by numpydoc !! Module detail ------------- .. py:function:: show_table(ps: ansys.additive.core.parametric_study.ParametricStudy, page_size: int = 10) Generate an interactive display of the parametric study table. :Parameters: **ps** : :class:`ParametricStudy ` Parametric study to display. **page_size** : :class:`python:int`, default: 10 Number of table rows to display per page. :Returns: :class:`panel.Column ` Interactive table. .. !! processed by numpydoc !!