Page 1 of 1

[SOLVED] Is there a way to place the name of the column and counter when it's collapsed?

Posted: Tue Jun 22, 2021 2:59 am
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 1476 times

Regards


Re: [INFO REQ] Is there a way to place the name of the column and counter when it's collapsed?

Posted: Tue Jun 22, 2021 7:46 am
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


Re: [INFO REQ] Is there a way to place the name of the column and counter when it's collapsed?

Posted: Wed Jul 21, 2021 9:35 pm
by licjapodaca

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

Regards


Re: [INFO REQ] Is there a way to place the name of the column and counter when it's collapsed?

Posted: Thu Jul 22, 2021 7:05 pm
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 1421 times

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

Regards


Re: [SOLVED] Is there a way to place the name of the column and counter when it's collapsed?

Posted: Fri Jul 23, 2021 9:15 am
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