CRUD on Vuejs with Vuetify

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

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

  • @HyLvisionPro
    @HyLvisionPro 5 лет назад +1

    Excellent, thanks.
    I'm new in this theme of VueJS and Vuetify. Right now I´m learning it and I need to show the current ITEM of the DATABLE in other dialog (for example in an ALERT), any time that I change of row, with the arrows or with a click.
    I'm using the "MyCRUD" Vuetify template from the Vuetify web site.

    • @WebDevMatics
      @WebDevMatics  5 лет назад +1

      Put click event on table by passing id of table row which you can look in tabledata array and find out that particular row, I will try to put code or maybe create short video on it.

  • @dumtoimoh2840
    @dumtoimoh2840 4 года назад

    Thanks a lot you just saved me 3dAys of debugging why I can’t fetch my data into the dialog, I wasn’t using vuetify crud component so trying to use a different data table made it hard for me to fetch the details of a unique id

  • @Framelo-n4d
    @Framelo-n4d 5 лет назад

    Simple and clear tutorial. Thank you.

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

    Qual foi paizao, ajuda a gente com o delete, ta foda aqui

  • @azamatgiyasov5033
    @azamatgiyasov5033 4 года назад

    Hi! So I wanna get data for defaultItem and editeItem, how i can do it. You have only few rows in your datatable for showing, and you just declared in vue data: defaultItem editItem, you didnt get them from your database. How i can do it?

  • @benimuliatabarus5436
    @benimuliatabarus5436 4 года назад

    Can you help me? I can't place my data into table while there is my object in console.

  • @gkarann
    @gkarann 6 лет назад

    Super tutorial, it would be cool if you extend this by adding new features on front or adding vuex... I can find back end code on git hub but don't see front. Thanks!!

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

      Dunno if anyone gives a shit but if you are bored like me during the covid times you can stream all of the new movies and series on instaflixxer. I've been streaming with my gf for the last few weeks xD

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

      @Reyansh Tomas Definitely, I have been watching on InstaFlixxer for since december myself =)

  • @sazidahmed3012
    @sazidahmed3012 4 года назад

    Thank You So Much

  • @vincesanityyy
    @vincesanityyy 6 лет назад

    can you combine those two in one folder? im confused because my laravel and vue are in one folder and im confused where to put the vue code

    • @WebDevMatics
      @WebDevMatics  6 лет назад

      Vince put vue code inside resources assets js component folder

  • @josealmeida5841
    @josealmeida5841 5 лет назад

    Excuse me, but I could not find the codes of this video

  • @sanjayrajpurohit4045
    @sanjayrajpurohit4045 6 лет назад

    Respected Sir, I forked this repo from Github but it is not working it doesn't have any backend code and showing error 503 and cors error.
    "Cross-origin resource sharing error."
    Kindly reply as soon as possible.

    • @WebDevMatics
      @WebDevMatics  6 лет назад

      github.com/webdevmatics/api-passport
      this is backend code

  • @armyindo4085
    @armyindo4085 5 лет назад

    i cant log in to this page

  • @chacataplan
    @chacataplan 5 лет назад

    Can you insert columm images?

    • @WebDevMatics
      @WebDevMatics  5 лет назад

      sorry I did not get it. What do you mean by column images?

    • @chacataplan
      @chacataplan 5 лет назад

      WebDevMatics Sorry my English is bad, I am implementing a datatable for users, and I want to put a column of images that are photos of users, I use the latest version of vuetify.