I have a simple ((DB-edit))text table and want to display it nicely and interactively. What tools shall I use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

I have a simple ((DB-edit))text table and want to display it nicely and interactively. What tools shall I use?

I'm a beginner, so the simpler, the better. And there is no SQL server, so w/o SQL.

8th Mar 2017, 9:22 AM
Karel Vlcek
Karel Vlcek - avatar
4 Answers
+ 1
use html, css and if now you know, use SQL
12th Mar 2017, 4:16 AM
Rafael
+ 1
Karel Vlcek If you need a client side DB use indexeddb
21st Jun 2019, 1:25 AM
Paul K Sadler
Paul K Sadler - avatar
0
@Rafael thank you for your answer! But I can't use sql nor php. Only client side...
12th Mar 2017, 11:53 AM
Karel Vlcek
Karel Vlcek - avatar
0
use html table tag, the style use css and the interaction use JavaScript
12th Mar 2017, 12:23 PM
Rafael