Skip to content
New issue

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 #674

Open
HUSSAR-mtrela opened this issue Jul 26, 2024 · 0 comments
Open

Exported Grid samples to WC throw errors #674

HUSSAR-mtrela opened this issue Jul 26, 2024 · 0 comments

Comments

@HUSSAR-mtrela
Copy link
Collaborator

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();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants