Skip to content

Beautiful Interactive tables in your Flask templates using grid.js.

License

Notifications You must be signed in to change notification settings

kavahub/flask-gridjs

 
 

Repository files navigation

flask-gridjs

Render beautiful tables in your Flask templates with grid.js

Table Example

安装依赖包

pip install Flask -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install Flask-SQLAlchemy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install Faker -i https://pypi.tuna.tsinghua.edu.cn/simple

创建模拟数据

运行python create_fake_users.py 200

运行

  • python basic_table.py
  • python ajax_table.py
  • python server_table.py
  • python editable_table.py

About

Beautiful Interactive tables in your Flask templates using grid.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 52.9%
  • Python 47.1%