@anglr/grid
Advanced tools
Changelog
Version 10.1.1 (2024-06-05)
BasicPagingSAComponent
component when in some cases does not render pagesLoadMorePagingSAComponent
component when in some cases does not render button for loading more pagesPreviousNextPagingSAComponent
component when in some cases does not render buttons for next previous correctlyChangelog
Version 10.1.0 (2024-05-17)
DEFAULT_MATRIX_COLUMN_WIDTH
injection token, that is used for injecting default matrix column widthprovideDefaultMatrixColumnWidth
function, that provides default matrix column widthGridDataSADirective
directive, that sets up static data for grid
onChanges
data
array of data that are displayedMatrixContentRendererSAComponent
component
MatrixGridSAComponent
component
GridContainerTemplateSADirective
HeaderRowContainerTemplateSADirective
directive
headerRowContainerTemplateExclude
indication whether list of columns will be excluded, not included in this rowprovideDefaultMatrixColumnWidth
function, that provides default matrix column widthContentRowContainerTemplateSADirective
directive
contentRowContainerTemplateExclude
indication whether list of columns will be excluded, not included in this rowprovideDefaultMatrixColumnWidth
function, that provides default matrix column widthFooterRowContainerTemplateSADirective
directive
footerRowContainerTemplateExclude
indication whether list of columns will be excluded, not included in this rowGridContainerTemplateSADirective
directive
gridContainerTemplate
array of column ids to be rendered in this grid container, if not specified or null all available columns will be renderedgridContainerTemplateExclude
indication whether list of columns will be excluded, not included in this grid containerGridContext
interface
gridColumns
all currently available columns metadata for current grid containerMatrixGridModule
module,
CssGridTemplateColumnsSAPipe
MatrixGridMetadata
interface
gridContainer
can now also be an array@anglr/grid/material
SelectionStoreDirective
directive, that sets metadata selector storage name
standalone
selectionStore
name of store to be set upChangelog
Version 10.0.1 (2023-12-08)
DataLoaderAbstractComponent
not working autoLoadData
option, which caused data loaders to automaticaly load data even when set to false