Does anybody have experience using Syncfusion Angular Grid (EJ2) with CoreUI's Angular template? I'm seeing some strange results, especially relating to how columns are defined and rendered.
In one instance, column definitions are being ignored completely. The grid displays all the columns in the datasource even though I explicitly define only a few <e-column>'s.
In another instance the grid looks like it's got hundreds of columns. Again I've defined only a few and the datasource certainly doesn't have hundreds of columns.
The code in both of these cases works without issue in a vanilla Angular CLI project.
I haven't posted any code b/c I don't really expect anybody to solve the issues... just looking to see if anybody has had similar experiences.
Thanks!