This message was deleted.
# questions
b
This message was deleted.
1
👀 1
a
following
g
What would be the tools to beautify it? Seems like the only control we have is custom CSS? 🤔 And that CSS can only be applied to some limited amount of blocks. Let me know if I’m wrong!
a
Custom JS and custom CSS
together that gives you a decent amount of control
g
@abundant-dinner-65974, but you can only do JS by requesting to update code chunks through support, which is then a pretty time-consuming process, assuming you have to do debugging as well.
And how far has anyone gone with the customization? One thing that I really want to do with a table lists is to group it (i.e. instead of having 1 table, have multiple ones grouped by a specific value, like you can do in airtable). I assume with a good amount of js - it’s possible.
b
Same need here. Looking for a UX / CSS expert to help look good my app!
a
@gifted-leather-56422 you can ask them to load a self hosted script file (or load it yourself via GTM), where you can inject changes directly
g
Ohh. That’s a nice idea. Are there any limits to what you can do with js? Can you additionally load other frameworks?
a
@gifted-leather-56422 you can load other scripts, yes. I had JQuery loaded on mine for a while
g
This is great news - thanks. Wondering how far can we go with doing changes to their original layouts and etc. Is there a place with show-cases of customizations that were done?
a
You can see some of my past stuff scrolling through #C01CH3HCZR9 but much of it is styling
g
Thanks Mike, I will take a look.
a
I dont think you can really do grouping in the way you are thinking using JS since you can’t actually manipulate the database
or existing JS
g
Yeah, makes sense, unless the whole list is loaded and then it’s split into pages now, which I really doubt.
Actually, what we really really wanted was to change colors for rows with specific cell values. It’s probably possible with custom JS, which I can try to achieve.
a
@gifted-leather-56422 I have a similar use case using CSS and formulas in my instance. Not exactly what you are asking but my cards are flagged “If event = sold out”: https://cln.sh/DgNMbX
g
@abundant-dinner-65974 - this is exactly what I was looking for. What js framework did you use if you mind me asking.
a
@gifted-leather-56422 simple css and Airtable formulas. DM me and I'll help ya out
🙌 1