Our flexible Kanban board for managing tasks with drag drop


Post by licjapodaca »

Is there a way to place the name of the column and counter when it's collapsed? like so:

Screen Shot 2021-06-21 at 5.56.49 p.m..png
Screen Shot 2021-06-21 at 5.56.49 p.m..png (148.07 KiB) Viewed 1432 times

Regards

Last edited by licjapodaca on Thu Jul 22, 2021 7:13 pm, edited 1 time in total.

Post by johan.isaksson »

Hi,

Not currently, but sounds like something we do want to add. Opened a feature request for it: https://github.com/bryntum/support/issues/3084

Best regards,
Johan Isaksson

Post by licjapodaca »

Hi @johan, is there a plan to include this feature in a soon release of the component ?

Regards


Post by licjapodaca »

Hi there, just to share with you my solution, in the custom SASS theme that I already prepared, I apply the following custom style:

.b-collapsed > .b-taskboard-column-header-padder > .b-taskboard-column-title {
	display: inline-block;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	width: 100%;
	position: fixed;
	margin-top: 52%;
}

So when a user collapse a column, the same column title rotates and show it like so:

screenshot 2021-07-22 10.01.01.png
screenshot 2021-07-22 10.01.01.png (166.05 KiB) Viewed 1377 times

I finally have a workaround to show the column title when the column it's collapsed.

Regards


Post by alex.l »

Hi licjapodaca,

Glad to hear you found a workaround.
We cannot provide any terms about that feature release, it wasn't prioritize yet. Please, subscribe on ticket updates to be notified.

All the best,
Alex

All the best,
Alex


Post Reply