Google Apps Script - CRUD in webApp HTML | Part 3: Add DataTables Plugin

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024
  • НаукаНаука

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

  • @yusufisroil
    @yusufisroil Год назад +1

    Hello I followeed all the steps but still my table is not responsive

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

      Hello Sir. Since you are my member, I can give you the latest source code of this tutorial which is this one ruclips.net/video/x5CxZoEquAI/видео.html
      Please email me if you are interested

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

    Sorry... on the new column, we can add also a radio button? Thanks

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

    hi,
    I created CRUD according to your CRUD in webApp HTML | Part 1.
    but i added the datatable Plugin CRUD working well but search bar not showing.

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

      Most of the malfunctions are caused by a typo or a missing library. You can check again in the video I shared, more carefully :)

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

    Terima kasih pak. CRUD sdh berfungsi dengan baik..Ternyata ID yang jadi masalah...

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

      Sama-sama Pak, selamat sudah berhasil melewati salah satu tantangan coding problemnya Pak :)

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

    Uncaught TypeError: Cannot read properties of null (reading 'classList')
    at functionInit (:6:34) error

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

      Recheck some class names in you html tag then. Make sure use my template first and watch the video carefully.

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

      @@ConsulthinkProgrammer ok snx

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

      @@ConsulthinkProgrammer I replaced class="btn btn-info reload" with class="btn btn-info load" and it worked

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

      @@Vacar13 Great :)

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

    Hi,
    Thanks for the tutorials
    Can we get data from Google spreadsheet and display the same in Google sites ?
    The same needs to be as a search table. Like fetching search results and displaying the same as a search engine with database as the Google sheet

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

      Hello. You're welcome.
      I haven't tested it on Google Sites. But, that seems like a good idea.