We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exported Grid samples to WC throw errors: https://github.com/IgniteUI/igniteui-wc-examples/actions/runs/10102210832/job/27937371939?pr=804
ERROR in ./browser/src/samples/grids/hierarchical-grid/data-summary-formatter/index.ts:90:32 TS2339: Property 'debutColumn' does not exist on type 'HierarchicalGridDataSummaryFormatter'. 88 | 89 | public webHierarchicalGridRenderedExpand(args:any): void { > 90 | let debutColumn = this.debutColumn; | ^^^^^^^^^^^ 91 | let hierarchicalGrid = this.hierarchicalGrid; 92 | debutColumn.formatter = (value: number) => Math.floor(value / 10) * 10 + 's'; 93 | hierarchicalGrid.expandAll();
The text was updated successfully, but these errors were encountered:
ChronosSF
No branches or pull requests
Exported Grid samples to WC throw errors:
https://github.com/IgniteUI/igniteui-wc-examples/actions/runs/10102210832/job/27937371939?pr=804
The text was updated successfully, but these errors were encountered: