Hi.
I want to filter Kanban items.
I set source again… and I discover I had to set resources again otherwise items are duplicated.
Problem is when I popup a modal window it resizes the kanban with very small columns.
Problem is that _createKanbanLayout add columns to _columns field but never reset it. Thus columns are added each time I set a new source/resource and they are smaller and smaller…
I had to add this line of code after setting source/resource again: $(kanban).data('jqxWidget')._columns = [];
I use latest version v4.3.0
Thanks for your beautiful controls.
Ludovic.
-
This topic was modified 6 years, 8 months ago by admin.