Комментарии:
Perfect video! I followed your tips and was able to use DataTables to sort. But I ran into a difficulty, my Supabase data has a 'date' type column that stores appointment dates, e.g. 2025-03-17 but when sorting it doesn't work, it seems to sort by the creation date. I've already thrown the code so Chatgpt can help me and not even he can fix it lol. Can you guide me or make a class showing how to sort by a 'date' column in FlutterFlow? Thanks.
Ответитьhi, amazing, but after we process all the selected items, the table keep the marked rows, and is a huge problem if you delete some rows, because the selected items become others !
ОтветитьHow about I want to make it as a reusable component ?
ОтветитьOne of the best tutorials. Really helped me a ton. THANK YOU!!
Ответитьsold video to cover various features of datatable thanks a ton
ОтветитьTip for Refresh DataTable: Do Action > Update App State > Rebuild All Pages (It worked well for me)
ОтветитьThank you from Brazil... Excellent video with good explanation.
ОтветитьThank you!
ОтветитьCan you do a Tutorial on Point of Sale Application ? using Supabase and Flutterflow ? Thanks!
ОтветитьHow can I set the Rows per page as 25 default
Ответить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
Ответитьok..and how can i filter (hide) some coloumn by condition? conditions by width of header doesnt work unfortuately
ОтветитьThank you so much for this video!
ОтветитьThank you for the video.
Could you please tell me how to organize a table if I have a List<List<String>> array and I don't know in advance how many columns and rows there are?
had anyone gotten this working for firebase?
Ответитьawesome video! can you do the same but with API to call data from external database? Do you have videos/guides ? Thanks!
Ответить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?
Ответитьhi, we want to do this but only permission to select one of the rows
Ответить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
ОтветитьNO! Is it possible to load more than 1000 records into DataTAble from Supabase?
ОтветитьHello, compareTo doesn't work with dates?
I'm trying to adapt what you show to order dates like this =>>
OrderList.sort((a, b) => b.date.compareTo(a.date));
but I get error 'The argument type 'DateTime?' can't be assigned to the parameter type 'DateTime'.'
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.
ОтветитьDoes a DataTable support DateTime fields? I'm getting bugs on my end only with DateTime variables
ОтветитьExcelente explicación
Ответитьbro the importan part is where you can edit the table, and you skip it, lol..
ОтветитьDude you are Awesome
ОтветитьThankyou my brother! ❤
Ответить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.
Ответить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?
ОтветитьI wish it was easy to implement real-time supabase data with data tables in FF
ОтветитьThank you bro!! Good tutorial!!
Ответитьbro please make tutorial about filtering datatable like by month, week, yearly like that?
ОтветитьPlease use firebase
ОтветитьHow to add rows and data manually by by clicking + button?
ОтветитьNice video! Is there a way to export the datatable to a PDF for printing?
Ответитьpode passar seu contato
Ответить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.
I hit that sub button good luck with your journey
Ответитьinteresting, I will try it
ОтветитьAwesome video, thank you so much! 🙇♂
ОтветитьThanks for the video.
Can you expose the code to us?
Grateful
Great video! Thank you so much
ОтветитьReally love your videos! Your explanations are great and the information is invaluable. Thank you and keep going!
Ответить