Easily Setup React CSV in ReactJS

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

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

  • @despitegfx
    @despitegfx ปีที่แล้ว +1

    This is pretty much straight forward ❤😊

  • @karthikReddy_USA_Vlogs
    @karthikReddy_USA_Vlogs ปีที่แล้ว +1

    Tomorrow is my exam😂😂😂 and I got it clarified today🤝✌️🤩

    • @arslan99
      @arslan99  ปีที่แล้ว

      Niceeee 🤩

  • @motivationthoughts18
    @motivationthoughts18 2 ปีที่แล้ว +1

    I like your work, please make more videos.

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      I'm happy you like them. I'll try to keep going for as long as I can.

  • @Ahmad-ww4ue
    @Ahmad-ww4ue 2 ปีที่แล้ว +1

    When I use CSVLink, it truncates the last row in the outputted Excel sheet. When I hit the export button a second time, the complete set of rows is exported. Do you know of any solution for this problem? I'm using a function in the data prop.

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      You could try to use a useeffect to load the data prior to exporting and that way you know the data will be loaded and for extra security you can use a ternary operator

  • @Koko-wp4dy
    @Koko-wp4dy 2 ปีที่แล้ว +1

    Is it possible to prepend a couple rows before the header? If so, any suggestions on how to accomplish? For reference: I have a few things about the data I'd like to put before the headers.

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      Before the headers? Hmmmm I suppose you could add extra data and then treat your headers as a row of data but that's my best guess

    • @Koko-wp4dy
      @Koko-wp4dy 2 ปีที่แล้ว +1

      @@arslan99 Thank you for the prompt response! Thought perhaps it may come to something of that nature. Wasn't sure if there was a more elegant way of doing it, such as using a prop. Again, thanks! Great vid!

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      @@Koko-wp4dy true I think maybe stack overflow is a good place to check this kinda thing or the GitHub issues tab of the library

    • @Koko-wp4dy
      @Koko-wp4dy 2 ปีที่แล้ว +1

      @@arslan99 both have been a no go haha

    • @arslan99
      @arslan99  2 ปีที่แล้ว +1

      @@Koko-wp4dy damn 😩

  • @akashzawar8718
    @akashzawar8718 2 ปีที่แล้ว +1

    Can we download the csv/excel file with colour formatting as in having different colors for every five rows?

    • @arslan99
      @arslan99  ปีที่แล้ว

      unfortunelty im not too sure sorry

  • @mediationrelaxation8907
    @mediationrelaxation8907 ปีที่แล้ว +1

    Hi Arsalan please make one more video in react js how to map CSV Data in barchart showing Xaxis, Yaxis

    • @arslan99
      @arslan99  ปีที่แล้ว +1

      Good idea I'll look into it. Thanks for the idea 😃

  • @keerthanachar
    @keerthanachar 2 ปีที่แล้ว +1

    is it possible to apply styling(css) for downloaded csv?

    • @arslan99
      @arslan99  ปีที่แล้ว

      where are you wanting to specifcally add the CSS?

  • @krishna5098
    @krishna5098 ปีที่แล้ว +1

    4:46 what is the extensions name

    • @arslan99
      @arslan99  ปีที่แล้ว

      It's called GitHub copilot

  • @umeshnamdev8684
    @umeshnamdev8684 2 ปีที่แล้ว +1

    how to set custom target

    • @arslan99
      @arslan99  2 ปีที่แล้ว

      Unfortunately I'm not sure