This video is the third in a series. It uses Python, SQLAlchemy (SQLA) and Flask to create and populate a single-table database with a table with data about planets. Flask passes the data resulting from querying the data over to a web page (route). The first route using Jinja to display the data (a list of dictionaries) in an HTML table. The second route adds links to jQuery and datatable CDN's to add pagination, searching and sorting functionality. The new route, the third, uses the more modern JavaScript library gridjs to provide the data-table functionality. Rather like React or Vue, gridjs has JavaScript do most of the work. The HTML is mostly a container for what gridjs "renders". Gridjs wanted two things: 1) columns a list of table headers/columns/fields, and 2) data a list of lists with the corresponding values for all of the records.
Смотрите видео SQLA Flask Demo: Planets database Displaying data in a Gridjs Data Table онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Thomas Blum 21 Ноябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 95 раз и оно понравилось 1 людям.