How to display a structured database? #2770
-
How to display a structured database with 100 entries and more? It has for example 3 columns. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Maybe you can write a script that can parse the data and then render that in your website. |
Beta Was this translation helpful? Give feedback.
-
Can you be more specific? If this time to time is long enough you can have different solutions than one with more frequent updates. |
Beta Was this translation helpful? Give feedback.
-
@george-gca sure. Current status: Actually, it ought to should create a json file like this one: This json file should be read out and and shown on my website. Maybe as post https://github.com/lorenz-peter/lorenz-peter.github.io/tree/master/_posts or project https://github.com/lorenz-peter/lorenz-peter.github.io/tree/master/_projects |
Beta Was this translation helpful? Give feedback.
I believe using Bootstrap table will fit your needs. Check the last example in our sample post. It basically reads the content from a json file.