DataTable Inline Editing using Python Flask MongoDB CRUD with jquery ajax and X-Editable

Опубликовано: 29 Сентябрь 2024
на канале: Cairocoders
5,518
167

DataTable Inline Editing using Python Flask MongoDB CRUD (Create, Read, Update, Delete) with jquery ajax and X-Editable

Source Code : https://tutorial101.blogspot.com/2020...

DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any HTML table.

https://datatables.net/

X-editable
This library allows you to create editable elements on your page. It can be used with any engine (bootstrap, jquery-ui, jquery only) and includes both popup and inline modes.

https://vitalets.github.io/x-editable/

ModuleNotFoundError: No module named 'flask_mongoengine'
Install
(venv) C:\flaskmyproject===pip install flask-mongoengine