Props type aliases
This is the collection of props type aliases within the ui-react-dom
module. There are 9 props type aliases in total.
TableInHtmlTableProps
TableInHtmlTableProps
props are used for components that will render a Table
in an HTML table, such as the TableInHtmlTable
component.
HtmlTableProps
HtmlTableProps
props are used for components that will render in an HTML table, such as the TableInHtmlTable
component or SortedTableInHtmlTable
component.
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.
ResultSortedTableInHtmlTableProps
ResultSortedTableInHtmlTableProps
props are used for components that will render a sorted Table
in an HTML table, such as the SortedTableInHtmlTable
component.
ResultTableInHtmlTableProps
ResultTableInHtmlTableProps
props are used for components that will render a ResultTable
in an HTML table, such as the ResultTableInHtmlTable
component.
SliceInHtmlTableProps
SliceInHtmlTableProps
props are used for components that will render an Index
Slice
in an HTML table, such as the SliceInHtmlTable
component.
SortedTableInHtmlTableProps
SortedTableInHtmlTableProps
props are used for components that will render a sorted Table
in an HTML table, such as the SortedTableInHtmlTable
component.
SortedTablePaginatorProps
SortedTablePaginatorProps
props are used for components that will be used as a table paginator, such as the SortedTablePaginator
component.
ValuesInHtmlTableProps
ValuesInHtmlTableProps
props are used for components that will render Values
in an HTML table, such as the ValuesInHtmlTable
component.