Page 1 of 2

Alter table column width in Dashboard.WEB

Posted: Thu Feb 14, 2019 12:20 pm
by luan.maciel
I'm using a DASHBOARD.WEB and I have a table with one column and I need 100% width for this column, but my text doesn't wrap and doesn't is totally visible.

What can I do?
TableColumnDashboard.png
TableColumnDashboard.png (21.41 KiB) Viewed 6608 times

Re: Alter table column width in Dashboard.WEB

Posted: Thu Feb 14, 2019 10:50 pm
by Lech Kulikowski
Hello,

You can try to set the SizeMode=AutoSize property for the Table.

Thank you.

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 12:49 am
by luan.maciel
I'm using "SizeMode=AutoSize", but the problem persists.
TableColumnDashboardSizeMode1.png
TableColumnDashboardSizeMode1.png (38.5 KiB) Viewed 6597 times
I tried in code too
TableColumnDashboardSizeMode2.png
TableColumnDashboardSizeMode2.png (10.32 KiB) Viewed 6597 times
But the results are
TableColumnDashboard.png
TableColumnDashboard.png (21.41 KiB) Viewed 6597 times

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 8:30 am
by Lech Kulikowski
Hello,

In this case, you should increase the width of that component.

Thank you.

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 10:26 am
by luan.maciel
I used

tblDescricaoEvento.Width=100%;

but doesn't work too.

I'm using 2019.2.1

Its a bug?

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 12:23 pm
by Lech Kulikowski
Hello,

Please send us a sample report with test data which reproduces the issue for analysis.

Thank you.

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 12:44 pm
by luan.maciel
Here is a MRT file:
TableDashboard.mrt
(16.45 KiB) Downloaded 420 times
Version Stimulsoft:
TableDashboard1_Version.PNG
TableDashboard1_Version.PNG (38.53 KiB) Viewed 6588 times
Example created:
TableDashboard1.PNG
TableDashboard1.PNG (6.22 KiB) Viewed 6588 times
Preview:
TableDashboard1_Preview.PNG
TableDashboard1_Preview.PNG (5.45 KiB) Viewed 6588 times

Re: Alter table column width in Dashboard.WEB

Posted: Fri Feb 15, 2019 1:37 pm
by luan.maciel
How can I break lines in a table dashboard?

Re: Alter table column width in Dashboard.WEB

Posted: Tue Feb 19, 2019 8:55 am
by Lech Kulikowski
Hello,

We have found the issue with AutoSize property. We need some time to fix it.

> How can I break lines in a table dashboard?

Could you explain your issue in more details?

Thank you.
#7911

Re: Alter table column width in Dashboard.WEB

Posted: Tue Feb 19, 2019 12:21 pm
by luan.maciel
Thank you for the fix.

> How can I break lines in a table dashboard?
When the table reaches the maximum size of the screen, will it apply scrolling or would it have break line?
TableDashboard1_BreakLine.PNG
TableDashboard1_BreakLine.PNG (8.24 KiB) Viewed 6570 times