Python Tutorial DataTable Using Flet

preview_player
Показать описание
In this Python tutorial, we'll go over the basics in setting up a DataTable control using Flet. We'll divide the application into three main parts, each serving a specific function. Other extra features include search and filtering functionality.

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

I've updated this video (along with it's code) to better showcase the app. I've switched the code to OOP becuase it's just a better way of doing things - it makes the code easier to read and expand on. I've kept the app the same.

lineindent
Автор

Hello. All your video are amazing. I learn so much from them, thank you

bioinformatik
Автор

Thank you for the perfect tutorial! Hope you will make more.

mengli
Автор

Parabéns amigo, conteúdo da melhor qualidade. Não encontrei nada parecido em português infelizmente tenho muita dificuldade com inglês mas o seu tutorial é nota 1000 maravilhoso. Obrigado por compartilhar tanto conhecimento, forte abraço deste brasileiro que já se tornou seu fã.

claudiolopes
Автор

Can i add checkbox on every line ?, how ?

bashirbasha
Автор

Very very very excellent, Thank you,

pablo
Автор

Good Day. I enjoyed the concepts. It helps me to appreciate classes even more. 1 question though, for the "Show Search Bar" method - my mind seems to not be able to follow the inheritance for Kindly explain the flow please. App Header instance > Container (build method).... ?

smokaz
Автор

Good tutorial, thank you much. Can you public the code?

AutoTradingKit
Автор

Hi. I am researching a bit on Flet and came across this video, very informative. Can I utilize full power of python or are there any limitations?

pritiranjanpanda
Автор

Thanks bro for this tutorial and please make one video same GUI and add image insert and retrieve

SHEERAZ-ALI
Автор

Cool example. How to make zebra striped table ?

subsoho
Автор

I've been trying to upload picture from flet to Django backend using DRF and requests library. It is giving me server error. Can you help me

prosperubong
Автор

hello, a question, how can I sort the data that append? thanks

kbhwlce
Автор

I have a project where it is connected to a database, I am having difficulty creating a function that updates the table information when I make changes to the database. can anybody help me?

marcosjunior
Автор

Rather than using global variable, what if we create a singleton-type class to put the control reference instead?

yafethtb
Автор

Thank you you are beautiful 😍 ❤️
شكرا جزيلا 🇩🇿

youbra
Автор

Video is very good, but I still have one question. How I can put Image and text ii same DataCell. I try many times but every time have error

ia_prosto_coder
Автор

Can we make exe or run it on a pc where no python plh installed? Where is the database saved at?

syed.simanta
Автор

Hello! I'm getting an error trying to get the user input value when clicking the button -> AttributeError: 'Row' object has no attribute 'content'. When I print only the 'user_input' I get 'row {}'.

Thanks for these tutorials btw

marceloraceal
Автор

Hello guys, sorry but I have an error and I have not been able to solve it, when I execute the get_input_data(e) function in the terminal it does not give me an error but in the container that returns the AppDataTable class it turns white... If you can help me, I'd be very gratefull

Emmanuel-kurg