mercredi 24 août 2016

How to design a “Postgreql-like” table for a website?

For a website, I want to design a table in the way postgresql (or mysql, or other) do:

    name    | height | first_man 
------------+--------+-----------
 everest    |   8848 | hillary
 mont blanc |   4810 | balmat

I will need the cells and rows to be clickable and draggable/droppable (for editing).

In a second step I will also need subtotal and total lines.

How would you proceed?




Aucun commentaire:

Enregistrer un commentaire