Props type aliases
TableInHtmlTableProps
TableInHtmlTableProps
props are used for components that will render a Table
in an HTML table, such as the TableInHtmlTable
component. Read more.
HtmlTableProps
HtmlTableProps
props are used for components that will render in an HTML table, such as the TableInHtmlTable
component or SortedTableInHtmlTable
component. Read more.
RelationshipInHtmlTableProps
RelationshipInHtmlTableProps
props are used for components that will render the contents of the two Tables
linked by a Relationship
as an HTML table, such as the RelationshipInHtmlTable
component. Read more.
ResultSortedTableInHtmlTableProps
ResultSortedTableInHtmlTableProps
props are used for components that will render a sorted Table
in an HTML table, such as the SortedTableInHtmlTable
component. Read more.
ResultTableInHtmlTableProps
ResultTableInHtmlTableProps
props are used for components that will render a ResultTable
in an HTML table, such as the ResultTableInHtmlTable
component. Read more.
SliceInHtmlTableProps
SliceInHtmlTableProps
props are used for components that will render an Index
Slice
in an HTML table, such as the SliceInHtmlTable
component. Read more.
SortedTableInHtmlTableProps
SortedTableInHtmlTableProps
props are used for components that will render a sorted Table
in an HTML table, such as the SortedTableInHtmlTable
component. Read more.
SortedTablePaginatorProps
SortedTablePaginatorProps
props are used for components that will be used as a table paginator, such as the SortedTablePaginator
component. Read more.
ValuesInHtmlTableProps
ValuesInHtmlTableProps
props are used for components that will render Values
in an HTML table, such as the ValuesInHtmlTable
component. Read more.