d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > D2jsp Data Table > Is This Possible?
Add Reply New Topic New Poll
Member
Posts: 7,088
Joined: Mar 28 2014
Gold: 0.00
Sep 4 2019 10:34pm
Having issues with finding a way to get a data table on this forum.

What I want is basically a markdown data table such as like:

Code
| | | | | |
|---|---|---|---|---|
| | | | | |
| | | | | |
| | | | | |


Anyone knows anything about this?
Member
Posts: 75
Joined: Feb 10 2019
Gold: 0.00
Sep 5 2019 12:12am
I don't think jsp uses markdown but bbtags
Member
Posts: 7,088
Joined: Mar 28 2014
Gold: 0.00
Sep 5 2019 05:35am
Quote (drwl @ 5 Sep 2019 08:12)
I don't think jsp uses markdown but bbtags


Well sure, was just using markdown as an example.

does bbcode support tables?

Can't seem to find anything about it.
Member
Posts: 9,588
Joined: Mar 24 2013
Gold: 18,530.00
Sep 5 2019 08:37am
I suppose there is no such a feature on jsp.
Retired Moderator
Posts: 18,570
Joined: Feb 27 2004
Gold: 11,858.00
Trader: Trusted
Sep 5 2019 10:27pm
You can try using the CODE tags and get creative with your formatting:

Code

| Header 1 | Header 2 | Header 3 |
|-------------|-------------|-------------|
| Cell 1 | Cell 2 | Cell |
| | | |
-------------------------------------------


That's about as best as you're going to get.

You can always create a site suggestion if you feel it is a feature that should be added. You can do so here: https://forums.d2jsp.org/forum.php?f=258
Member
Posts: 7,088
Joined: Mar 28 2014
Gold: 0.00
Sep 5 2019 11:10pm
Member
Posts: 75
Joined: Feb 10 2019
Gold: 0.00
Sep 9 2019 01:47am
Quote (OnlyHuman @ Sep 5 2019 04:35am)
Well sure, was just using markdown as an example.

does bbcode support tables?

Can't seem to find anything about it.


no and I doubt it will
Member
Posts: 3,028
Joined: Mar 23 2016
Gold: 7,568.50
Sep 9 2019 06:36am
Tables do exist in at least some BBCode implementations (phpBB, SMF, and others I'm sure), it's even in the wikipedia page for what it's worth: https://en.wikipedia.org/wiki/BBCode.

It's pretty much just a direct mapping to HTML's table, tr, td, etc tags.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll