TabViewer / gtabview

Simple graphical tabular data viewer
MIT License
33 stars 3 forks source link

Web graphical interface #26

Open s-celles opened 7 years ago

s-celles commented 7 years ago

Hello,

A web graphical interface could be a nice feature to have. It will urge us to split gtabview code into 2 parts : tabview-common and gtabview (with qt and tabview-common as dependencies) Such a web graphical interface could rely on Flask web framework http://flask.pocoo.org and a Javascript library for tables such as https://datatables.net/

An other approax could be to use a higher level library (using only Python - JS being a bit hidden) Dash could be used https://plot.ly/products/dash/ (despite we don't need plot... just tables https://community.plot.ly/t/display-tables-in-dash/4707 )

Kind regards