Howdy stackers,
I've been trying to put in a table of columns in a post but for some or the reason I just couldn't.
So I need help to figure it out.
Thanks in anticipation.
pull down to refresh
Howdy stackers,
I've been trying to put in a table of columns in a post but for some or the reason I just couldn't.
So I need help to figure it out.
Thanks in anticipation.
This should do it: https://www.tablesgenerator.com/markdown_tables
Thanks π
deleted by author
Looks like I've learnt it. Thanks everyone.
It took me 50 minutes to learn it. ;)
So for adding a table of columns in a post, markdown tables are usually the way to go. Hereβs a quick guide:
Start each column with a | and separate columns with |. Add --- below each header row for the table layout. | Column 1 | Colu... and so on then |----------|----------|----------|
Example:
This should work smoothly on SN as it supports markdown formatting :)
Thanks I can now make columns but I'm still unable to insert data. Could you please teach me a bit more?
Here is a video on how I did it using tablesgenerator:
Thanks for your help, my friend. It seems to be easier than I thought.
Thanks π