Beautiful Tables with Flask, Part 2

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Thank you for your "flask" book. We have it as the main book in our teaching.

Zeksait
Автор

Your timing is incredible. I have been working on a Python app that searches a database of 40, 000 items in a single table. I have written all kinds of ways to search this SQLite database, but now I need a way to display the search results in a grid and provide a way to edit one of the columns. This code couldn't have come at a better time. I am familiar with JSgrid, python, and SQLite, and I spent the last 2 weeks learning Flask.

I am ready to take the next step. I need a way to edit multi-line cells and I few other things. This is a great place to start. Thanks for sharing this!

MegaJohn
Автор

Incredible time, I was looking for this. Subscribed.

getmmg
Автор

Can you do a video about relationship between database tables??

sohbetgurbanov
Автор

Thanks! but I can not add html elements to cells, can you help me?

dave
Автор

Thank you Miguel for the video. My question is to know if we can possibly have interfaces for adding or removing data to the database

rubenkoffi
Автор

How to deploy my flask app with PostgreSQL to heroku with docker?

ExistentialSadness
Автор

Is there anyway make an input use a tabular such as that form to input the data as one unit (like a journal has many line)

iskandarjunaedi
Автор

thank you so much for this. please miguel, can you make a tut on strip connect? that is, making payment for a multivendor e-commerce market place where payment is automatically paid to each vendor in the order and commissions payed to the admin.

wilsonreuben
Автор

can anyone help me add a delete button? thanks!

shiroyashaa
Автор

Thank you for the great information as usual.
However this one seems to be missing the dropdown list to change the number of Rows displayed per page, I looked through the documentation but couldn't find it.
I would really like to see how you add a feature like this.

TheSonicPT
Автор

This is an amazing tutorial! I do have a question though, Would you recommend using the gridjs for a data with say 1k records ? I do need the edit option on the table cells ( you mentioned we would not need grid js for this), can you make a video or an article to put the edit funtionality for a table created with datatable.js ?

akashreddy
Автор

Hey Miguel, is part 1 of this series still online?

ebkk
Автор

a suggestion for part 3: make it possible to add new row (record) directly from table itself ...

miiihaaas
Автор

Nice. Was really easy to implement this using your template and watching your examples. I only used the AJAX version since my tables aren't huge. I did have one questions though.

Can someone help me understand what this is?
selector: (cell, rowIndex, cellIndex) => [0, 1, 4].includes(cellIndex) ? cell : null,

deemon