Datatables & Rails - Basic to Advanced - Ruby on Rails Tutorial

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

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

  • @richardroman9983
    @richardroman9983 3 ปีที่แล้ว +4

    Thanks Phil for this excellent video!

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

      Glad you liked it!

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

    Great! Was looking for this in rails!!!!

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

      Glad I could help!

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

    Exactly the feature i need in my Rails app! Thanks a lot.

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

      Happy to help!

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

    This is great Phil, I have been looking for this!

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

    Very helpful video! Thank you!

    • @PhilSmy
      @PhilSmy  3 ปีที่แล้ว

      So glad!

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

    This is going to help me a lot with the app I plan on prototyping soon...right now I am trying to figure out how to call an api and get it into the app and then get displayed on the table...its actually 2 separate APIs so its a challenge because I am not too sure how to get the data together before it gets put on the table...

  • @valentim-aires
    @valentim-aires 3 ปีที่แล้ว +1

    Hey Phil, could you make a video about using hotwire + devise? I'm having a lot of problems using both together

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

    Hi, Great Video. Im having an issue when i insert the into the first td tag, the screen is being dipskayed with the chekbox but also the id. In your viideo it doesnt look like it displays, any ideas

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

    Great!! it is very helpful..

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

      Glad it was helpful! Thanks for watching!

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

    VSCODE has inbuilt terminal, you can use that also

  • @7jdouglas
    @7jdouglas ปีที่แล้ว

    Hi Phil, I have an issue with DataTables where, if my user selects a checkbox, then uses the search (or changes the page of the table) and makes another checkbox selection. On submit, only the selections from the last table view will be submitted, the original/previous selections will be unchecked and therefore not submitted. Do you have any suggestions for this?

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

      Sorry, because I'm not using Datatables any more it's kind of out of my brain how to do it. Just make sure that the checkbox column is an array `mycheckbox[]`. That's all I can think of off the top of my head.

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

    I know this is last year thing, but could you add tutorial on server side processing too?

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

      Server Side Processing of...what exactly? Something related to this video or just in general?

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

      @@PhilSmy server side processing of datatables, i think for making the server do the most hardwork of loading bigger data and maybe continue the pagination? I really appreciate this tutorial tho, it helped me a lot already

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

      ​ @SHuXun I haven't looked at this video in a long time but in my 'real work' I always load the data in from the server paginated.... let me look into that.

  • @kennedymwenda3357
    @kennedymwenda3357 3 ปีที่แล้ว

    I want to develop a SAAS Inventory management software. Which pattern would you recommend. A monolithic rails app or Rails API backend with a JS frontend.

    • @MarkMenardTNY
      @MarkMenardTNY 3 ปีที่แล้ว

      I hope you did a monolith.

    • @kennedymwenda3357
      @kennedymwenda3357 3 ปีที่แล้ว

      @@MarkMenardTNY Please shed some light on why you would recommend monolith taking into account that monolith is difficult to containerize (Deploy with Kubernetes)