Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
|
Thanks for taking the time to elaborate -- but you are completely missing my question. Markdown is defined to allow for newline using either a backslash or two spaces at the end of the line. It's not about fetching data into a table, but how to get lists into columns, following the simple "one line per person" approach (without any bullets, asterisks, etc. as markdown requires). This is the context of this request -- all you have seen was the leftmost card. I can't figure how to make this happen using existing components. If there is no way to use existing components, I may rather use a different approach, and I'm very sure that this will not be writing an extension to SQL Page. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a card showing a list of names. Without any bullets or asterisks, just like what's in the screenshot.
I tried this with markup, but there's no way to split lines in SQLPage. What I tried:
Two spaces after the item to break the line - nope
Using
HTML <br> / <br/>bto break the line - nopeUsing a backslash to break the line - nope
Also tried to make this a table, using | on either side of the line -- but: nope.
As I cannot put a list within a card as with Bootstrap, I'm wondering how to achieve this with SQLPage?
Beta Was this translation helpful? Give feedback.
All reactions