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.
@@Nocode_Solutions i did the same with dummy json product api, but when i select isAcending and sorted column index it says me variable is not properly set.
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?
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.
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
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?
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
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
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.
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.
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.
Appreciate you, glad it was helpful!
Really love your videos! Your explanations are great and the information is invaluable. Thank you and keep going!
Glad you like them!
Your comment really means a lot. Thank you.
Lets keep going :)
Great video! Thank you so much
Awesome video, thank you so much! 🙇♂
You're so welcome!
Thank you so much for this video!
You are so welcome!
Thank you!
Thank you bro!! Good tutorial!!
You're welcome! and thank you for watching.
Thankyou my brother! ❤
You are so welcome
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.
Thank you for sharing your feedback!
awesome video! can you do the same but with API to call data from external database? Do you have videos/guides ? Thanks!
Yes same concept applies.
I don't have a video around it yet
@@Nocode_Solutions i did the same with dummy json product api, but when i select isAcending and sorted column index it says me variable is not properly set.
Excelente explicación
I hit that sub button good luck with your journey
Thank you
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?
You can get the length of the List to determine that.
Can you do a Tutorial on Point of Sale Application ? using Supabase and Flutterflow ? Thanks!
interesting, I will try it
Nice video! Is there a way to export the datatable to a PDF for printing?
Not that I know of, but it should definitely be possible.
Just try looking around.
How to add rows and data manually by by clicking + button?
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
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
Dude you are Awesome
Thank you very much. I appreciate
bro please make tutorial about filtering datatable like by month, week, yearly like that?
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.
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
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?
How can I set the Rows per page as 25 default
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
I'm not sure if that's a limitation with DataTables in FlutterFlow, but you can explore custom widget options
Does a DataTable support DateTime fields? I'm getting bugs on my end only with DateTime variables
It does *face slap*. You need to set the default value to a number, I tried using an empty string
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?
What data source are you using? Is it the section where we pass the employee to the component?
ok..and how can i filter (hide) some coloumn by condition? conditions by width of header doesnt work unfortuately
Best suggestion is to use conditional builder and have multiple DataTables with the columns you need per each condition.
@@Nocode_Solutions oh.. I see. That is very bad... Thank you
@@leopoldi.316 Trust me that's a very reasonable way of doing it. It doesn't require any additional database read or anything.
Thanks for the video.
Can you expose the code to us?
Grateful
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
NO! Is it possible to load more than 1000 records into DataTAble from Supabase?
had anyone gotten this working for firebase?
Yeah, I cannot get this filter thing to work on with firebase
Should follow the same concept
I wish it was easy to implement real-time supabase data with data tables in FF
Please use firebase
The same concept should apply just fine.
bro the importan part is where you can edit the table, and you skip it, lol..
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.
What does your Employee table structure looks like?
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.
@@Nocode_Solutionspls advise any update? thx for your help in advance
pode passar seu contato
You can reach out to me on the Flutterflow community community.flutterflow.io/member/mzFbNg0spg