C
C
CrewCut2017-01-16 20:01:33
HTML
CrewCut, 2017-01-16 20:01:33

What is the best way to implement saving the table and the ability to edit it through the front?

There are many tables with product characteristics that need to be updated periodically. What is the best way to store these tables (it is necessary in files, not in the database) - json or csv, what is the best way to edit them? Is there a jquery plugin for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Voronin, 2017-01-26
@jaxxreal

Depending on how you are going to edit.
For example, Excel (Google Spreadsheet I think too) supports the csv format - it's easy to edit with the help of software.
It is also quite easy to parse csv in any language.
Judging by the mention of jQuery, we are talking about some kind of display of table data in the browser. So the task is very trivial - parse csv - display - edit if necessary - pack back to csv - send to the server - save as a file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question