Can we adjust the width of a table column? Sometimes I need a narrow column next to a wider column in a table.
You can accomplish this but it takes a bit of hackery that exploits a bit of the way Desmos’ css is coded and then sprinkling some blankspace to emulate whitespace in order to do it.
Recommended? Probably not. Possible? Yes.
See here
Thank you Mike. I will attempt it.
Hi, Mike.
Looking at the activity you linked, there is nothing in the CL for me to inspect/copy. Is there still a way to make a column wider, even in a wonky way?
Thanks,
Laura
Hi,
It works without any cl code at all. Just copy and paste the screen into any activity and it just works, with no fuss or muss on your end.
How it works is by using carefully chosen invisible unicode characters to emulate whitespace horizontal padding.
Hope that helps
When I type in that table that you made, it still doesn’t make it wider. The text wraps and the math puts a scroll bar underneath. I’m really hoping for a wide enough column that the math doesn’t use a scroll bar, as it’s really difficult for students to read or to enter their own expression.
Could you share your Activity here? I’ll have a look
This is the one I’m trying to fix:
I think you’re looking for something like this?
No overflow bar on the table columns.
On phones and such there will be an overflow scrollbar on the screen itself but not on the table or any column within the table.
Just copy and paste the blank spaces I’ve placed in there in the table headers: [Copy of] Trig Proof Practice • Activity Builder by Desmos
Oh, wow! You have totally saved me!!! Thank you so much for your help. It works like a charm! Now if only Desmos would make that a bit easier, but now I will remember this activity and come back and copy those blank spaces for other activities if I need it! Thanks again!!
Thank you Mike, I copied your table component into my activity and simply recreated my table content and CL into and onto your narrow / wide pre-made table. Worked perfect.
But, I have about 300 activities and don’t to recreate each instance of a table. Can you share in detail how you were able to manipulate the wide of a column.
I suspect you simply pasted some invisible characters into the header of each column, but which character. I tried simply coping the text in your headers into my table and it did not work.
Can you help.
Being able to manipulate column width is Biggy and many people i have come across in the desmos universe would like to know .
Sure thing, the character I used is the Braille Pattern Blank Unicode Character ⠀
You can copy and paste that entity into any element you want to create space. Just copy it from that Table I created, or maybe create a file somewhere else to house it I suppose(notepad or whatever) and just copy and paste to your heart’s content.
Unfortunate that Desmos doesn’t have a native way to allowing tables to breathe, but until then there you go.