Friends, please help. How can you change the color of the title in the block: data viewer list
Thanks!
Friends, please help. How can you change the color of the title in the block: data viewer list
Thanks!
The answer is: you can but… not right now. There’s a bug that’s being worked on that prevents you from selecting parts (e.g. title) of the Data Viewer List component:
It is worth mentioning that if you are not using DnD then you can reach sub-items of the DVL and therefore you will be able to implement the change of color required.
This had not been working in the Snap to Place interface either, unless it was fixed recently. See the bug report above.
You made me doubt myself. I created a new project in StP and changed the title color by code.
https://x.thunkable.com/projectPage/61b1d84f8953560010628ca5
You’re right, it’s working now!
https://x.thunkable.com/copy/9886575c785f9b4eb42da4570946908a
trying to repeat your project - nothing works Please tell me where am I doing the mistake?
Your table has a column called ID and you are using this column which will not work.
Tables in Thunkable has a hidden column named ID, use this one. It will be the first in the list.
I suggest you avoid naming your column just ID which could lead to confusion with the internal hidden column name.
Thanks! This is amazing
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.