toggle column

Hi Guys,

Standard implementation but the collapsed column is not displaying correctly.
<ejs-kanban keyField='Status'
  [dataSource]='data'
  [cardSettings]='cardSettings'>
  <e-columns>
    <e-column headerText='To do'
      keyField='Open'
      allowToggle='true'></e-column>
    <e-column headerText='Doing'
      keyField='InProgress'
      allowToggle='true'></e-column>
    <e-column headerText='Done'
      keyField='Testing'
      allowToggle='true'></e-column>
    <e-column headerText='Closed'
      keyField='Close'
      allowToggle='true'></e-column>
  </e-columns>
</ejs-kanban>

https://ibb.co/gRz3hLm
toggle problem

Cheers,
Bob


2 Replies 1 reply marked as answer

BI bob ingham April 20, 2021 08:08 AM UTC

This problem was solved by deleting my syncfusion folder in in node_modules, the yarn.lock file and re-running yarn.

Marked as answer

RK Revanth Krishnan Syncfusion Team April 20, 2021 08:58 AM UTC

Hi Bob, 
 
Greetings from Syncfusion support. 
 
Thanks for the update. We are glad that the reported issue has been resolved on your end. Please let us know if you need further assistance. 
 
Regards, 
Revanth 


Loader.
Up arrow icon