React Table Tutorial - 6 - Sorting

Поделиться
HTML-код
  • Опубликовано: 18 окт 2020
  • 📘 Courses - learn.codevolution.dev/
    💖 Support UPI - support.codevolution.dev/
    💖 Support PayPal - www.paypal.me/Codevolution
    💾 Github - github.com/gopinav
    📱 Follow Codevolution
    + Twitter - / codevolutionweb
    + Facebook - / codevolutionweb
    📫 Business - codevolution.business@gmail.com

Комментарии • 45

  • @santiagoleklere6103
    @santiagoleklere6103 9 месяцев назад

    it's unbelievable how easy it becomes to make a table after these tutorials. thank you very much! the explanations are concise and clear, which is much appreciated considering a lot of tutorials ramble on for some time before addressing the subject

  • @scuffey2608
    @scuffey2608 3 года назад +1

    this just made my final project so much easier... thanks for the great tutorial 🖤

  • @adityanehra
    @adityanehra 9 месяцев назад

    This was helpful. Thank you.

  • @khandoor7228
    @khandoor7228 3 года назад

    Good content thank you!

  • @TheTeup
    @TheTeup 2 года назад +1

    Hi,
    How can I have sorting in the same header column but the filter column in a new cell under the header name?
    Right now when I try to use both sorting and filtering in the column and as soon I try to filter something the sorting also renders

  • @rhiturajsarkar4011
    @rhiturajsarkar4011 2 года назад

    Sir this video helped me a lot in understanding react table , but could u please tell me how can we add multiple json files in a single table?

  • @xRADq
    @xRADq Год назад

    thank you so much!!!!!!!

  • @sanjeevkumar-wf5lr
    @sanjeevkumar-wf5lr 3 года назад

    Superb

  • @Rake792
    @Rake792 3 года назад

    I need to pass custom sort to sort my table , is it possible?

  • @paulomorais5245
    @paulomorais5245 3 года назад +4

    Hi I'm from Brazil. Congratulations on the video series. I'm using TypeScript in the project and I get the following error:
    The 'getSortByToggleProps' property does not exist in type' HeaderGroup '.
    Any suggestion?

  • @shashi801
    @shashi801 3 года назад

    thank you

  • @danielteixeira8559
    @danielteixeira8559 3 года назад +1

    I have a problem using useSortBy :
    Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.
    I dont know whats going on...

    • @p4rsec
      @p4rsec 2 года назад

      You need to take your useEffect call outside the table component, and pass the data in from another component.

  • @princekumarsingh2440
    @princekumarsingh2440 2 года назад

    How to apply any class to specific column

  • @SKGaming20689
    @SKGaming20689 2 года назад +2

    how to sort data with multiple pages sorting

  • @JoseRamirez-mt4lp
    @JoseRamirez-mt4lp 3 года назад +7

    How to put these icons inside span element?

    • @henriklarssonedstrom2701
      @henriklarssonedstrom2701 3 года назад +11

      Here you go: ' 🔽' : ' 🔼'

    • @jenasusil6
      @jenasusil6 3 года назад

      @@henriklarssonedstrom2701 Where do you copy it ? please tell me the website name . Thanks in advance

    • @deca4553
      @deca4553 2 года назад +1

      @@jenasusil6 you can literally install the emoji extensive

  • @nguyenhoa072
    @nguyenhoa072 3 года назад

    sort columns except id column, how?

  • @marcelohenriquebarbosa1666
    @marcelohenriquebarbosa1666 2 года назад

    Nice

  • @iamjaivanth4099
    @iamjaivanth4099 2 года назад

    Bro how to add all sorting ,filter, pagination in single table

  • @s_roopesh7662
    @s_roopesh7662 2 месяца назад

    setGlobalFilter function is not in useGlobalFilter package

  • @drkfuture1305
    @drkfuture1305 Год назад

    can somebody PLZ tell me how he added those icons (sorting) in VS Code?

    • @LukyTexan
      @LukyTexan Год назад

      just insert the icons svg code in place of the arrows and surrounding quotation marks

  • @kshitijvengurlekar1192
    @kshitijvengurlekar1192 3 года назад +4

    How to put that icon in span?

    •  3 года назад

      They are just string so any kind of icon website you can copy them

    • @henriklarssonedstrom2701
      @henriklarssonedstrom2701 3 года назад +3

      Here you go: ' 🔽' : ' 🔼'

    • @jenasusil6
      @jenasusil6 3 года назад

      @ can you please tell me the website name . Thanks in advance

    • @rhiturajsarkar4011
      @rhiturajsarkar4011 2 года назад

      U can simply use windows+. In your laptop

  • @LukyTexan
    @LukyTexan Год назад

    I made sorting, filtering, pagination in one table: codepen io + / vacjet +/pen +/ qBKLOxG (remove spaces and +)

  • @Pareshbpatel
    @Pareshbpatel Год назад

    {2021-12-28}, {2022-09-28}

  • @bogaczew
    @bogaczew Год назад

    why all those examples, tutorials and cos focus on client side sorting, filtering, pagination. its' beyond me. who in real world uses client side pagination?

    • @PigeonSpeaks
      @PigeonSpeaks Год назад

      Many people. It's fast, but might not scale well. Depends on the needs.

  • @emir_avdic
    @emir_avdic 3 года назад +4

    How to put these icons inside span element?

    • @rikuangel902
      @rikuangel902 3 года назад +5

      Its Emojis icons (win + . )

    • @debbie6601
      @debbie6601 3 года назад

      @@rikuangel902 helped me. thanks

    • @Isiakaabd
      @Isiakaabd 2 года назад

      @@debbie6601 how did you go about it?