Hi,
The Column Chooser and Reorder plugins do not seem to work when a rowTemplate is specified. When a column is turned off with column chooser, only the header dissapears. The rows are still visible and the column they belonged to seem to be merged with another column. When a column is reodered, only the headers change place, but the row data still stays in the same place.
I suspect I should maybe add certain syncfusion classes to my row component <tr>'s.
Here is a codesample so you can check it out https://stackblitz.com/edit/ejs-grid-resize-and-reorder-sample?file=app.js
Thanks for the help!