How to Create Dynamic table in PDF using HTML | React-Native | Expo

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

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

  • @qsoftteam
    @qsoftteam 11 หลายเดือนก่อน +1

    Gooooooooood video bro !!!!!

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

    exelente video

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

    Thank you for this video, it helps me,

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

    Great video
    I have a problem when i try to to save the pdf using printAsync. He became an empty pdf
    How can i fix that

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

    Tutorials on PullState needed

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

    why html table page break is working in android not in ios device ?

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

    Bro whats ur system model and specps bro and how to convert windows to ubuntu please share bro

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

      Processor: Intel core i5, 1.60GHz × 8, 8th Gen.
      Ram: 12 GB
      hard disk: 512 GB SSD
      OS: Ubuntu 21.10
      Ubuntu download official website:
      ubuntu.com/#download and you can get installation guide from TH-cam😎

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

      @@vishalpwr i5 generation ?

  • @kaner.studio
    @kaner.studio 2 ปีที่แล้ว

    my data have id for each object, howw do i put a key for that

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

      You can add as other keys
      push({
      id: element.id,
      ...
      })
      like this
      if your key is unique then do like this
      id = (some unique id)
      push({
      [id]: element.id,
      ...
      })
      Let me know if it is work, if not then just elaborate your requirement.

    • @kaner.studio
      @kaner.studio 2 ปีที่แล้ว +1

      @@vishalpwr thank you very much, it helped me

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

    I need put in first place other page and after that the table, how can i force the break page?

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

      Didn't get it, please elaborate your requirements so that I can help.

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

    bro ye add krne k baad mai apk ni bna paa rha build ni ho rha hai

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

      What issues/error you are getting see in the console and try to fix it or google the error, you may get solution.