Тёмный
No video :(

Flutterflow Datatables | Everything You Need to Know - Build Magical Tables 

Nocode Solutions
Подписаться 887
Просмотров 14 тыс.
50% 1

Опубликовано:

 

28 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 58   
@Mogizen
@Mogizen 6 месяцев назад
Really love your videos! Your explanations are great and the information is invaluable. Thank you and keep going!
@Nocode_Solutions
@Nocode_Solutions 6 месяцев назад
Glad you like them! Your comment really means a lot. Thank you. Lets keep going :)
@ichrakmabrouki2259
@ichrakmabrouki2259 Месяц назад
Thank you so much for this video!
@Nocode_Solutions
@Nocode_Solutions Месяц назад
You are so welcome!
@raiden7378
@raiden7378 19 дней назад
Love your videos.. but please explain in your next video - HOW to insert, delete, update, and query rows, using Flutterflow. For example, in this video, you used the backend (supabase) to insert data, which you displayed within Flutterflow, this is not practical, users use UI to insert data so that would be very helpful. Thank you
@jestruck
@jestruck 2 месяца назад
awesome video! can you do the same but with API to call data from external database? Do you have videos/guides ? Thanks!
@felsen16
@felsen16 3 месяца назад
Excelente explicación
@seby5962
@seby5962 6 месяцев назад
Great video! Thank you so much
@danlloyd921
@danlloyd921 6 месяцев назад
Awesome video, thank you so much! 🙇‍♂
@Nocode_Solutions
@Nocode_Solutions 6 месяцев назад
You're so welcome!
@deracketclub1695
@deracketclub1695 3 месяца назад
After trying flutter (not flutterflow) i found it was difficult to learn. So i started Flutterflow and first it looked nice. But unfortunately no bluetooth support and Flutterflow couldnt help me with this (because they found some parts of bluetooth packages didnt work with Flutterflow). Because bluetooth was absolutely necessary for my projects, i stopped Flutterfow and tried flutter again. After some time i got used to it and now i am so happy that i moved to flutter. Now i write apps in very short time and very happy that i learned flutter.
@Stephane_
@Stephane_ 2 месяца назад
Thank you for sharing your feedback!
@andywarwick3745
@andywarwick3745 4 месяца назад
Thankyou my brother! ❤
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
You are so welcome
@GhemaDiva
@GhemaDiva 6 месяцев назад
interesting, I will try it
@konion
@konion Месяц назад
Thank you for the video. Could you please tell me how to organize a table if I have a List array and I don't know in advance how many columns and rows there are?
@danzreview
@danzreview 5 месяцев назад
bro please make tutorial about filtering datatable like by month, week, yearly like that?
@kayzchronicupturn1015
@kayzchronicupturn1015 5 месяцев назад
Thank you bro!! Good tutorial!!
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
You're welcome! and thank you for watching.
@SomMiniFlix
@SomMiniFlix 6 месяцев назад
I hit that sub button good luck with your journey
@Nocode_Solutions
@Nocode_Solutions 6 месяцев назад
Thank you
@SreelakshmiC-bs6gv
@SreelakshmiC-bs6gv 5 месяцев назад
How to add rows and data manually by by clicking + button?
@Nocode_Solutions
@Nocode_Solutions 5 месяцев назад
You can just create another component with form fields and action to perform a Database insert. Then tie it on the plus/add button on your main page
@Nocode_Solutions
@Nocode_Solutions 5 месяцев назад
You can just create another component with form fields and action to perform a Database insert. Then tie it on the plus/add button on your main page
@rabeezley
@rabeezley 4 месяца назад
Thank you for the response and help. Yes, mine is a list of dogs instead of employees, but the data table is loaded into a page state just like you and the data table children are created from it. Then on my button I try to pass the children items just like you except the available options does not populate with no further changes. I have two choices; index in list which is red and cannot be selected and Get Row Field which does let me confirm. Says current variable is not valid.
@NewsNudgeAI
@NewsNudgeAI 4 месяца назад
Dude you are Awesome
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
Thank you very much. I appreciate
@juanquiroz8182
@juanquiroz8182 2 месяца назад
hi, we want to do this but only permission to select one of the rows
@DeSofSistemas
@DeSofSistemas 3 месяца назад
NO! Is it possible to load more than 1000 records into DataTAble from Supabase?
@tyler.bastian
@tyler.bastian 2 месяца назад
Hi, really great tuto and appreciate it! But got confused when following your step by setting the filter with simple search. Do you know the rules of filter? For example, i got 6 rows and they are: dev filter test, dev_filter_test, dev-filter-test, test3 dev task2, test3-dev-task2, test3_dev-task2. When i try to filter them by input dev. I thought all 6 rows should be shown up. But in fact, test3-dev-task2, test3_dev-task2 can't. Only the first 4 rows, do you know why?
@undisclosedlocations
@undisclosedlocations 3 месяца назад
Does a DataTable support DateTime fields? I'm getting bugs on my end only with DateTime variables
@undisclosedlocations
@undisclosedlocations 3 месяца назад
It does *face slap*. You need to set the default value to a number, I tried using an empty string
@lucianaribeirocorrea9088
@lucianaribeirocorrea9088 3 месяца назад
Hello! I'm from Brazil. Congratulations on the video. Could you teach me how to configure DataTable pagination? It loads 1000 lines and I need it to load more lines. In supabase I have a table with 10 thousand rows and FlutterFlow only displays the first 1000, it doesn't load more than that. sorry for English
@Nocode_Solutions
@Nocode_Solutions Месяц назад
I'm not sure if that's a limitation with DataTables in FlutterFlow, but you can explore custom widget options
@rabeezley
@rabeezley 5 месяцев назад
Nice video! Is there a way to export the datatable to a PDF for printing?
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
Not that I know of, but it should definitely be possible. Just try looking around.
@rabeezley
@rabeezley 4 месяца назад
When I pass my paramater and select the employees items I do not have the no further changes option like you do. What could I have done wrong?
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
What data source are you using? Is it the section where we pass the employee to the component?
@artemgordon75
@artemgordon75 5 месяцев назад
I wish it was easy to implement real-time supabase data with data tables in FF
@leopoldi.316
@leopoldi.316 Месяц назад
ok..and how can i filter (hide) some coloumn by condition? conditions by width of header doesnt work unfortuately
@Nocode_Solutions
@Nocode_Solutions Месяц назад
Best suggestion is to use conditional builder and have multiple DataTables with the columns you need per each condition.
@leopoldi.316
@leopoldi.316 Месяц назад
@@Nocode_Solutions oh.. I see. That is very bad... Thank you
@Nocode_Solutions
@Nocode_Solutions Месяц назад
@@leopoldi.316 Trust me that's a very reasonable way of doing it. It doesn't require any additional database read or anything.
@jaguarconsultoriadigital8147
@jaguarconsultoriadigital8147 6 месяцев назад
Thanks for the video. Can you expose the code to us? Grateful
@Nocode_Solutions
@Nocode_Solutions 6 месяцев назад
Sure. Write me privately I intend to make it and many others available to a certain group of people so I can get something off it. Don't know if you have any idea
@BeefCurd
@BeefCurd 2 месяца назад
had anyone gotten this working for firebase?
@BeefCurd
@BeefCurd 2 месяца назад
Yeah, I cannot get this filter thing to work on with firebase
@Nocode_Solutions
@Nocode_Solutions Месяц назад
Should follow the same concept
@deevirus6725
@deevirus6725 5 месяцев назад
Please use firebase
@Nocode_Solutions
@Nocode_Solutions 4 месяца назад
The same concept should apply just fine.
@mauricioramirez3404
@mauricioramirez3404 4 месяца назад
bro the importan part is where you can edit the table, and you skip it, lol..
@ivanko9371
@ivanko9371 5 месяцев назад
Great video. However, I found the following errors about the newEmployeeSortingFunction, pls help: CODE: employees.sort((a, b) => order ? a.name.compareTo(b.name) : b.name.compareTo(a.name)); ERROR: The argument type 'String?' can't be assigned to the parameter type 'String' Thanks for your help in advance.
@Nocode_Solutions
@Nocode_Solutions 5 месяцев назад
What does your Employee table structure looks like?
@ivanko9371
@ivanko9371 5 месяцев назад
The columns in supabase table are: id (int8), created_at (timestampz), Name (varchar), Position (varchar), Department (varchart), Salary (numberic). Thanks for your help in advance.
@ivanko9371
@ivanko9371 5 месяцев назад
@@Nocode_Solutionspls advise any update? thx for your help in advance
@lourivalthomaz
@lourivalthomaz 5 месяцев назад
pode passar seu contato
@Nocode_Solutions
@Nocode_Solutions 5 месяцев назад
You can reach out to me on the Flutterflow community community.flutterflow.io/member/mzFbNg0spg
Далее
Python RAG Tutorial (with Local LLMs): AI For Your PDFs
21:33
what will you choose? #tiktok
00:14
Просмотров 6 млн
А ВЫ УМЕЕТЕ ПЛАВАТЬ?? #shorts
00:21
Don't Build Your Next FlutterFlow App WITHOUT These!
32:36
Simple Search in FlutterFlow and Supabase
12:23
Просмотров 7 тыс.
I Never Want to Create React Tables Any Other Way
5:40
I've been using Redis wrong this whole time...
20:53
Просмотров 354 тыс.