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

Поділитися
Вставка
  • Опубліковано 7 вер 2024

КОМЕНТАРІ • 61

  • @Mogizen
    @Mogizen 6 місяців тому +3

    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 :)

  • @deracketclub1695
    @deracketclub1695 3 місяці тому +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_ 2 місяці тому

      Thank you for sharing your feedback!

  • @ichrakmabrouki2259
    @ichrakmabrouki2259 Місяць тому +1

    Thank you so much for this video!

  • @seby5962
    @seby5962 6 місяців тому +1

    Great video! Thank you so much

  • @danlloyd921
    @danlloyd921 6 місяців тому +1

    Awesome video, thank you so much! 🙇‍♂

  • @raiden7378
    @raiden7378 29 днів тому

    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

  • @AkashK-e6e
    @AkashK-e6e 4 дні тому

    How can I set the Rows per page as 25 default

  • @felsen16
    @felsen16 3 місяці тому +1

    Excelente explicación

  • @andywarwick3745
    @andywarwick3745 4 місяці тому +1

    Thankyou my brother! ❤

  • @danzreview
    @danzreview 5 місяців тому +1

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

  • @jestruck
    @jestruck 2 місяці тому +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  День тому

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

  • @rabeezley
    @rabeezley 5 місяців тому

    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.

  • @DeSofSistemas
    @DeSofSistemas 3 місяці тому

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

  • @GhemaDiva
    @GhemaDiva 6 місяців тому +1

    interesting, I will try it

  • @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?

  • @SreelakshmiC-bs6gv
    @SreelakshmiC-bs6gv 5 місяців тому +3

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

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому +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  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

  • @SomMiniFlix
    @SomMiniFlix 6 місяців тому

    I hit that sub button good luck with your journey

  • @kayzchronicupturn1015
    @kayzchronicupturn1015 5 місяців тому

    Thank you bro!! Good tutorial!!

  • @konion
    @konion 2 місяці тому

    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  День тому

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

  • @juanquiroz8182
    @juanquiroz8182 3 місяці тому

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

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

  • @NewsNudgeAI
    @NewsNudgeAI 4 місяці тому

    Dude you are Awesome

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

  • @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 місяців тому

    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  5 місяців тому

      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

  • @jaguarconsultoriadigital8147
    @jaguarconsultoriadigital8147 6 місяців тому

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

    • @Nocode_Solutions
      @Nocode_Solutions  6 місяців тому +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

  • @rabeezley
    @rabeezley 5 місяців тому

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

    • @Nocode_Solutions
      @Nocode_Solutions  5 місяців тому

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

  • @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 місяців тому +1

    Please use firebase

  • @mauricioramirez3404
    @mauricioramirez3404 4 місяці тому

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

  • @ivanko9371
    @ivanko9371 6 місяців тому

    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  6 місяців тому

      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 6 місяців тому

    pode passar seu contato

    • @Nocode_Solutions
      @Nocode_Solutions  6 місяців тому

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