Flutter Tutorial - Editable DataTable & Edit Rows

preview_player
Показать описание
Create an Editable DataTable with Flutter to modify specific data cells within your table rows in Flutter.

SUBSCRIBE HERE

SUPPORT & SPONSOR ME

RESOURCES

TIMELINE
0:00 Introduction Editable DataTable
0:53 Create DataTable
1:05 Create Table Columns
1:42 Create Table Rows
3:22 Create Table Cells
3:53 Make DataTable Scrollable
4:44 Make Table Editable
5:54 Edit Column First Name
10:13 Edit Column Last Name
11:41 Set Numeric Columns

SHARE | SUBSCRIBE | LIKE FOR MORE VIDEOS LIKE THIS

*********

SOCIAL MEDIA: Follow Us :-)

LEARN MORE

PLAYLISTS

CREDITS

#Flutter #Tutorial #JohannesMilke

LIKE & SHARE & ACTIVATE THE BELL
Thanks For Watching :-)
Рекомендации по теме
Комментарии
Автор

Very clean and neat tutorial. Thank you Johannes Milke.

vjgoutham
Автор

Thank you very much for the Index part by it we can display image in first column with url from the storage. ThANK YOU SO mUCH

janammaharjan
Автор

Johannes, I love and enjoy your tutorials. Johan, can you please teach us how to cache fetched data list for offline use and sync changes or updated data to remote server when online? I will appreciate you. Thanks in advance.

lesliejoe
Автор

I am having the same issue as many of the other comments below. I want to be able to save inputted data with SQflite while being able to add or delete a row. I followed your SQflite videos and I'm a huge fan of yours. The packages like editable etc are very messy. I also followed the stack overflow and they use different code. If you made a video on generating/populating new rows and saving data with SQflite I think it will get many views.

jonathanmunday
Автор

Could you please explain how your modelBuilder works? Thanks

amedeopetrella
Автор

Johannes, What if we want to edit whole row?

taimoorsaleem
Автор

how did you make this awesome showcase video at the beginning?

felixg
Автор

It is possible to populate a datagrid with Firestore ?
Maybe you have already published a Tuto about it ?

matthias
Автор

Hello Johannes. Thx for yours videos. I've probleme with the context for editing a cell in showTextDialog. I don't know and see the moment where you pass the context to showTextDialog.

TheLunack
Автор

Hey Johannes, plz what is the software used in the intro ?
BTW nice vid as usual

lizou
Автор

can you make a video on how we can add new data to the list of "allUsers" using the app

dragneeladhoo
Автор

Wonderful tutorial What if we want to save these data to an excel file ? Thanks in advance

madhav
Автор

Nice video. I've a little question: Will the data be saved like this if (in my case) I'm reloading a the website or things like that. I had some problems in the past to save the data and used SharedPreferences which makes the whole thing pretty complicate in my example.

thoxh-tim
Автор

Hi Johannes, thanks for this video! If we would like to extract data from the DataTable, how can we do it?

SMARTLIVINGPH
Автор

How do you make that into video with screen recording inside a phone ?

islammerabtene
Автор

Hi Johannes,
I learnt a lot from your lessons.
I was trying on your project and found one issue.
When I am trying to apply editing feature in Age box it show error like "string parameter cannot take int arguments"..
So how to overcome that ?
I tried using data type dynamic but than at the time of running code it shows error..

jenistank
Автор

What if the data fetch from Firebase? How to display it on DataTable?

richmondgingingon
Автор

Hi Johannes Thankyou for this amazing tutorial. I need help i am setting my model data value empty like "" and when i enter in 1 row its automatically changes all fields because the value is same for those rows. So how to differentiate each field in column without givinig pre filled values? eg if we have two same values in firstname column after updating 1 it will also change the second one

battleGroundAce
Автор

This video is Very helpful,
How to view app like this video intro,
Please make a video,
Thanks

mdhossen
Автор

Hi Johannes, can we add a pick and drop editable list...?

AkshayKumarJain_official