We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73fe81c commit f3b781bCopy full SHA for f3b781b
tests/src/ui/data-grid.spec.ts
@@ -81,7 +81,7 @@ describe('DxDataGrid', () => {
81
expect(testSpy).toHaveBeenCalledTimes(1);
82
});
83
84
- it('should fire onToolbarPreparing event', () => {
+ it('should accept recursive columns defined by nested components', () => {
85
TestBed.overrideComponent(TestContainerComponent, {
86
set: {
87
template: `
0 commit comments