Cells Merge - allows you to span a cell through multiple rows or columns. To use this feature, you need to access a Grid cell, through the Grid's 'rows' array. Each row in the 'rows' array has 'cells' array. It allows you to access a cell and set options of that cell like: 'rowSpan', 'colSpan', 'backgroundColor', 'color', 'value', 'fontSize', 'fontWeight' and 'fontFamily'.
Example: https://www.htmlelements.com/demos/grid/merged-cells/.
Columns Crud - allows you to dynamically add, remove and update DataGrid columns. This is achieved through the DataGrid's 'columns' array which has javascript functions such as: 'push', 'pop', 'splice' for adding, removing and updating array items. Once any of these functions is called, the web component will automatically refresh itself to respond to the changes.
Example: https://www.htmlelements.com/demos/grid/dynamic-columns/.
Resent Posts
Tags
accordion accordion nav element angular blazor button calendar chart combobox css variables custom element custom elements customelements datagrid datagrid custom element datagrid web component date picker datepicker dropdownlist Grid Grid Control grid custom element grid web component html accordion html calendar html datepicker htmlelements html elements html tabs input javascript javascript calendar javascript grid microsoft blazor shadow dom smart accordion smart calendar table tabs tabs custom element tabs element tabstrip tabs webcomponent typescript web components webcomponentsCategories
Thank you for subscribing!