[script]
$("#Kanban").ejKanban(
{
cssClass: "custom-class",
});
[style]
.e-kanban.custom-class .e-headercelldiv {
width: auto !important;
} |
Hi,
Thanks for the info about formatting, I'll try it when I get a chance.
But more importantly, were you able to recreate the actual count numbers being off as per my screenshots?
Thanks!
Example does not run.
I don't want to hide the counts, when collapsed, I just want them to be accurate.
Hi,
I still can't get the Javascript Playground to run your sample...just shows a blank screen. I tried Chrome, FireFox, and Edge browsers.
I went ahead and implemented your code anyways and it does work so that when I click on the header to collapse a column. the count on the collapsed column does disappear.
However, when my board first loads, I have some columns that default to collapsed and the count displays count of zero.
When I go to collapse/expand any header, the counts disappear because of your code getting hit because "HeaderClick" event is triggered..
How can I make it so when the board first loads, the columns that are default to collapsed do not show the count?
I tried moving your code to the "ActionComplete" event, but it still shows the count on the columns that default to collapsed when board first loads.