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

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ธ.ค. 2024

ความคิดเห็น • 68

  • @nehra88
    @nehra88 9 วันที่ผ่านมา

    sold video to cover various features of datatable thanks a ton

  • @EMERSONSA2004
    @EMERSONSA2004 20 วันที่ผ่านมา

    Tip for Refresh DataTable: Do Action > Update App State > Rebuild All Pages (It worked well for me)

  • @EMERSONSA2004
    @EMERSONSA2004 20 วันที่ผ่านมา

    Thank you from Brazil... Excellent video with good explanation.

    • @Nocode_Solutions
      @Nocode_Solutions  20 วันที่ผ่านมา

      Appreciate you, glad it was helpful!

  • @Mogizen
    @Mogizen 10 หลายเดือนก่อน +4

    Really love your videos! Your explanations are great and the information is invaluable. Thank you and keep going!

    • @Nocode_Solutions
      @Nocode_Solutions  10 หลายเดือนก่อน

      Glad you like them!
      Your comment really means a lot. Thank you.
      Lets keep going :)

  • @seby5962
    @seby5962 10 หลายเดือนก่อน +1

    Great video! Thank you so much

  • @danlloyd921
    @danlloyd921 10 หลายเดือนก่อน +1

    Awesome video, thank you so much! 🙇‍♂

  • @ichrakmabrouki2259
    @ichrakmabrouki2259 5 หลายเดือนก่อน +1

    Thank you so much for this video!

  • @maicondouglas613
    @maicondouglas613 หลายเดือนก่อน

    Thank you!

  • @kayzchronicupturn1015
    @kayzchronicupturn1015 8 หลายเดือนก่อน

    Thank you bro!! Good tutorial!!

    • @Nocode_Solutions
      @Nocode_Solutions  8 หลายเดือนก่อน

      You're welcome! and thank you for watching.

  • @andywarwick3745
    @andywarwick3745 8 หลายเดือนก่อน +1

    Thankyou my brother! ❤

  • @deracketclub1695
    @deracketclub1695 6 หลายเดือนก่อน +1

    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_ 5 หลายเดือนก่อน

      Thank you for sharing your feedback!

  • @jestruck
    @jestruck 6 หลายเดือนก่อน +1

    awesome video! can you do the same but with API to call data from external database? Do you have videos/guides ? Thanks!

    • @Nocode_Solutions
      @Nocode_Solutions  3 หลายเดือนก่อน

      Yes same concept applies.
      I don't have a video around it yet

    • @arghadeep072k
      @arghadeep072k 3 หลายเดือนก่อน

      @@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.

  • @felsen16
    @felsen16 7 หลายเดือนก่อน +1

    Excelente explicación

  • @SomMiniFlix
    @SomMiniFlix 9 หลายเดือนก่อน

    I hit that sub button good luck with your journey

  • @konion
    @konion 5 หลายเดือนก่อน

    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?

    • @Nocode_Solutions
      @Nocode_Solutions  3 หลายเดือนก่อน

      You can get the length of the List to determine that.

  • @PinasPiliNa999
    @PinasPiliNa999 2 หลายเดือนก่อน

    Can you do a Tutorial on Point of Sale Application ? using Supabase and Flutterflow ? Thanks!

  • @GhemaDiva
    @GhemaDiva 9 หลายเดือนก่อน +1

    interesting, I will try it

  • @rabeezley
    @rabeezley 9 หลายเดือนก่อน

    Nice video! Is there a way to export the datatable to a PDF for printing?

    • @Nocode_Solutions
      @Nocode_Solutions  8 หลายเดือนก่อน

      Not that I know of, but it should definitely be possible.
      Just try looking around.

  • @SreelakshmiC-bs6gv
    @SreelakshmiC-bs6gv 9 หลายเดือนก่อน +3

    How to add rows and data manually by by clicking + button?

    • @Nocode_Solutions
      @Nocode_Solutions  9 หลายเดือนก่อน +1

      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  9 หลายเดือนก่อน

      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

  • @NewsNudgeAI
    @NewsNudgeAI 8 หลายเดือนก่อน

    Dude you are Awesome

    • @Nocode_Solutions
      @Nocode_Solutions  8 หลายเดือนก่อน

      Thank you very much. I appreciate

  • @danzreview
    @danzreview 9 หลายเดือนก่อน +1

    bro please make tutorial about filtering datatable like by month, week, yearly like that?

  • @rabeezley
    @rabeezley 8 หลายเดือนก่อน

    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.

  • @raiden7378
    @raiden7378 4 หลายเดือนก่อน

    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

  • @tyler.bastian
    @tyler.bastian 6 หลายเดือนก่อน

    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?

  • @AkashK-e6e
    @AkashK-e6e 3 หลายเดือนก่อน

    How can I set the Rows per page as 25 default

  • @juanquiroz8182
    @juanquiroz8182 6 หลายเดือนก่อน

    hi, we want to do this but only permission to select one of the rows

  • @lucianaribeirocorrea9088
    @lucianaribeirocorrea9088 6 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      I'm not sure if that's a limitation with DataTables in FlutterFlow, but you can explore custom widget options

  • @undisclosedlocations
    @undisclosedlocations 6 หลายเดือนก่อน

    Does a DataTable support DateTime fields? I'm getting bugs on my end only with DateTime variables

    • @undisclosedlocations
      @undisclosedlocations 6 หลายเดือนก่อน

      It does *face slap*. You need to set the default value to a number, I tried using an empty string

  • @rabeezley
    @rabeezley 8 หลายเดือนก่อน

    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  8 หลายเดือนก่อน

      What data source are you using? Is it the section where we pass the employee to the component?

  • @leopoldi.316
    @leopoldi.316 4 หลายเดือนก่อน

    ok..and how can i filter (hide) some coloumn by condition? conditions by width of header doesnt work unfortuately

    • @Nocode_Solutions
      @Nocode_Solutions  4 หลายเดือนก่อน

      Best suggestion is to use conditional builder and have multiple DataTables with the columns you need per each condition.

    • @leopoldi.316
      @leopoldi.316 4 หลายเดือนก่อน

      @@Nocode_Solutions oh.. I see. That is very bad... Thank you

    • @Nocode_Solutions
      @Nocode_Solutions  4 หลายเดือนก่อน

      @@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 10 หลายเดือนก่อน

    Thanks for the video.
    Can you expose the code to us?
    Grateful

    • @Nocode_Solutions
      @Nocode_Solutions  9 หลายเดือนก่อน +1

      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

  • @DeSofSistemas
    @DeSofSistemas 6 หลายเดือนก่อน

    NO! Is it possible to load more than 1000 records into DataTAble from Supabase?

  • @BeefCurd
    @BeefCurd 5 หลายเดือนก่อน

    had anyone gotten this working for firebase?

    • @BeefCurd
      @BeefCurd 5 หลายเดือนก่อน

      Yeah, I cannot get this filter thing to work on with firebase

    • @Nocode_Solutions
      @Nocode_Solutions  4 หลายเดือนก่อน

      Should follow the same concept

  • @artemgordon75
    @artemgordon75 8 หลายเดือนก่อน

    I wish it was easy to implement real-time supabase data with data tables in FF

  • @deevirus6725
    @deevirus6725 9 หลายเดือนก่อน +1

    Please use firebase

    • @Nocode_Solutions
      @Nocode_Solutions  8 หลายเดือนก่อน +1

      The same concept should apply just fine.

  • @mauricioramirez3404
    @mauricioramirez3404 8 หลายเดือนก่อน

    bro the importan part is where you can edit the table, and you skip it, lol..

  • @ivanko9371
    @ivanko9371 9 หลายเดือนก่อน

    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  9 หลายเดือนก่อน

      What does your Employee table structure looks like?

    • @ivanko9371
      @ivanko9371 9 หลายเดือนก่อน

      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 9 หลายเดือนก่อน

      @@Nocode_Solutionspls advise any update? thx for your help in advance

  • @lourivalthomaz
    @lourivalthomaz 9 หลายเดือนก่อน

    pode passar seu contato

    • @Nocode_Solutions
      @Nocode_Solutions  9 หลายเดือนก่อน

      You can reach out to me on the Flutterflow community community.flutterflow.io/member/mzFbNg0spg