- I changed the theme of Grid.js for Flask.
- I added Light and Dark mode.
- I added a server side example for Flask
Copy the static/css
folder from the repository into your project in the same way. Then, copy and paste the icons
folder as well. Finally, add the following code to your base.html
. That's all you need to do.
<link rel="stylesheet" href="{{ url_for('static', filename='css/table.css') }}">