Город МОСКОВСКИЙ
00:31:07

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

Аватар
JavaScript: создание CMS
Просмотры:
24
Дата загрузки:
29.11.2023 01:17
Длительность:
00:31:07
Категория:
Обучение

Описание

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/11/datatable-inline-editing-using-python_8.html

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

Рекомендуемые видео