Flutter Tutorial - Sortable DataTable In 9 Minutes

Flutter Tutorial - Sortable DataTable In 9 Minutes

HeyFlutter․com

3 года назад

45,390 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

John Smith
John Smith - 17.07.2023 16:27

Hi! Great video, but I don't seem to be able to get rid of the lines in-between the rows at all. Could you please recommend how to do this? Thanks

Ответить
Akil Tahsin
Akil Tahsin - 04.08.2022 11:08

How can I make the table fit full screen on windows build?

Ответить
prem chandraseakaran
prem chandraseakaran - 25.07.2022 15:38

I already used Data table and I don't know how to make it Fixed Row header ?

Ответить
Vitaliy Heras
Vitaliy Heras - 24.07.2022 03:14

Thank's for a video! But I got an error on sort

Type: dynamic

Function expressions can't be named.
Try removing the name, or moving the function expression to a function declaration statement.dart(named_function_expression)

Ответить
prem chandraseakaran
prem chandraseakaran - 12.06.2022 20:44

I want to implement one column as a text field controller and another one column as Icon button, How can I make it with pagenated Data table?

Ответить
Côme Bonal
Côme Bonal - 23.04.2022 19:58

waste of time..

Ответить
DIVYA INDOOR
DIVYA INDOOR - 20.04.2022 21:41

Help please! How do I make the first row sticky, so that header is always visible? Thanks in advance

Ответить
Raja Govindan
Raja Govindan - 15.04.2022 18:49

Can you post pagination feature in datatable ?

Ответить
David Hadwin
David Hadwin - 23.03.2022 10:29

Please explain things. It takes ten times longer to do because we have to guess what you're up to.

Ответить
Yehen Tennakoon
Yehen Tennakoon - 05.02.2022 10:18

Hi, this is really helpful, will it be possible to teach how to do lazy loading here, for long lists it takes time

Ответить
Sagar Singh Awesome
Sagar Singh Awesome - 11.01.2022 10:47

nice explanation

Ответить
Janam Maharjan
Janam Maharjan - 02.01.2022 11:45

Awesome thank you . can you please teach us how to integrate search field for table? :)

Ответить
Baris Celebi
Baris Celebi - 28.10.2021 15:47

please subtitle this video please

Ответить
Ajit Bhattarai
Ajit Bhattarai - 27.10.2021 21:14

How to make table headers sticky?

Ответить
Vishwa Raj
Vishwa Raj - 22.10.2021 12:04

Your code is perfectly working but when i make some changes and fetch data from firebase then sorting behave abronal. I send my code throuhg email. Please check my code.

Ответить
Noman Salhab
Noman Salhab - 07.10.2021 17:08

Thank you very much your channel is a treasure.
I really hope you could get into Flutter web and desktop as well.

Ответить
Aminu Azeez
Aminu Azeez - 22.09.2021 13:59

Thank you very much,sir. Sir, i want to add and mix the color to the table row.

Ответить
M
M - 26.08.2021 00:19

Your videos are always SO helpful. Thank you so much!

Ответить
CorgiBobber
CorgiBobber - 07.08.2021 12:47

onSort works without "this " ( this.sortColumnIndex = columnIndex; ). Why did you put it there?

Ответить
Mohammed Adel
Mohammed Adel - 13.07.2021 15:23

this way of explanation is very tough to keep up with it

Ответить
Ps. Audi Waworuntu
Ps. Audi Waworuntu - 12.07.2021 20:04

how to sort data in listview from api? Can you help me? thx

Ответить
JC S Reyes
JC S Reyes - 12.07.2021 11:09

Wow this is really a great tutorial! I just finished a beginner course in Flutter and I'm now trying to create a golf scorecard app to practice what I've learned. How can I use DataTable so it can receive user data like how many strokes each player played for each hole?

Ответить
mahmoud zghal
mahmoud zghal - 10.07.2021 16:40

Hi @Johannes Milke i watched this video and it helped me but i want to do ,for example , 3 columns inside one columns in data table ,can you help me . THanks

Ответить
ExtraServings BTS
ExtraServings BTS - 10.06.2021 21:02

Great work as always. Now the hard part - grabbing data from Firestore using a Streambuilder, then sorting the list. It's starting to feel like I should get the data in initstate and then sort. Thoughts?

Ответить
Muhammed Nashaf
Muhammed Nashaf - 01.06.2021 21:59

Thank you very much for your tutorial. I have a problem when the age is one digit then sort is not working properly can you please help me. Thanks

Ответить
Zuher Abud
Zuher Abud - 28.05.2021 09:50

can you make a video how to filter data in a datatable using dropdown filters or any other filter types

Ответить
Mahdi A
Mahdi A - 14.05.2021 18:52

Hi Johannes, how can i create sortable dataTable when using futurebuilder?

Ответить
Boris Llona
Boris Llona - 26.04.2021 11:39

Hi Johannes! Is there any way to do that but instead of a pre-charged list using data from a db like firebase? Thanks!

Ответить
Multicultural Volleyball Barcelona
Multicultural Volleyball Barcelona - 12.04.2021 15:41

Thank you, you found a goog mix between explaining quickly but still comprehendable for us. Keep on the good work! Thank you so much!

Ответить
Faizan Ahmad
Faizan Ahmad - 05.04.2021 21:52

React native disliker 🤓

Ответить
jay cao
jay cao - 05.04.2021 17:28

The acid broccoli repressingly employ because vulture ultimately precede until a symptomatic fowl. cloudy, grateful gratis step-grandmother

Ответить
Rizal Adek
Rizal Adek - 05.04.2021 02:15

how to apply a sticky header table to the data table can you please make the code

Ответить
e.NONO
e.NONO - 04.04.2021 20:25

Thank u. I need it

Ответить
iGhost
iGhost - 04.04.2021 11:50

What are your gradient values in the AppBar? :D

Ответить
Gumdum
Gumdum - 04.04.2021 07:06

Very good info to add to my toolbox. Thank you!

Ответить
†GnR† SlashSP
†GnR† SlashSP - 04.04.2021 07:03

This tutorial is very important, sorting tables is something that we all really need.
I think we must modify the compare string to compare int or compare date if we want to sort things as they are right? Because with your code, the numbers were sorted as string, not numbers.
Thank you!

Ответить
nasrul setiawan
nasrul setiawan - 04.04.2021 02:05

Thanks.
Need more data table videos. 😁

Ответить
Tha Zero Word
Tha Zero Word - 03.04.2021 23:13

Very nice useful video

Ответить
Володимир Вонс
Володимир Вонс - 03.04.2021 23:11

Thanks

Ответить
Moacir Jacomin
Moacir Jacomin - 03.04.2021 23:10

Great!
Thanks

Ответить