pull down to refresh
Thanks I can now make columns but I'm still unable to insert data. Could you please teach me a bit more?
reply
| Sr. No | Date | Amount |
| 1 | 28.10.24 | 26 |
| 2 | 29.10.24 | 4 |
Here is a video on how I did it using tablesgenerator:
reply
Thanks for your help, my friend. It seems to be easier than I thought.
reply
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 :)