"I'm a bootstrap person". Yeah, me too! Love your videos. Thanks
@PhilSmyАй бұрын
Thanks for watching! My pleasure!
@simomed5002 Жыл бұрын
I love your videos, keep up the good work!
@PhilSmy Жыл бұрын
Thanks, will do!
@aldoburbank11 ай бұрын
@@PhilSmy, I appreciate how you keep it genuine and real. I've subscribed for the Rails related coding!
@PhilSmy11 ай бұрын
@@aldoburbankThank you again. That made my day. Recently it's been tough to get the Rails videos going - they take a lot of work - but I am trying to get back to them!
@nomekopjho5418 Жыл бұрын
Great video! I really enjoyed it! Is there a way to add action buttons (like edit or delete) for each row similar to how you can edit and delete instances of rows in datatables?
@LuisFlores1961 Жыл бұрын
Great video Phil, thank you much
@PhilSmy Жыл бұрын
My pleasure! Glad you enjoyed.
@EmmanuVarghese Жыл бұрын
It really helped me. Thanks a lot.
@PhilSmy Жыл бұрын
Thank you! So glad to help! That is why I do these.
@LuisFlores19613 ай бұрын
I tried the same procedures on a sample app I have, it was NOT working as stated in your video, then I just added the tags under: Getting Started - Installation - CDN UNPKG, on Tabular documentation, both and tags on the application.htm.erb layout header and it worked for me (Tabular version 6.2.5)
@PhilSmy3 ай бұрын
Thanks for commenting. Things are always changing so maybe that is now the right way.
@InEptSoftware Жыл бұрын
Would love to see a part 2.
@PhilSmy Жыл бұрын
Thanks for watching. I am "probably" going to do part 2 next and including using Stimulus for Tabulator
@foreignbeard Жыл бұрын
Hi Phil, I'm long time lurker and recent subscriber. I came here because ive been tearing my hair out trying to get datatables to work and found my way here. I'm still however tearing my hair out as to why I cannot seem to get Tabulator to work when using yarn and importing it. Maybe ESBuild is playing up and/or I'm (very likely) missing a step, even though I've followed this video about 10 times now and been in a deep google hole for two days. It seems to work when I simply load it in via CDN, but I'm wondering if theres a problem elsewhere with my config or initial project setup. In any case, thank you for your videos, they're an absolute joy to code along with and learn from you.
@PhilSmy Жыл бұрын
My solution in cases like this is to start a new project (`rails new myapp --css=bootstrap --database=postgresql` for example) and then add just tabulator into yarn and see if it works. Doing that really helps me (I do that for almost everything I want to add that is a big change). I am using Tabulator a lot now, and doing it with Stimulus as in my other video and not having any issues at all. If there is something more specific I can do to help let me know.
@stpaquet Жыл бұрын
I like Tailwind better nowadays, but bootstrap is very fine when you want to quickly get s...t done ;-) I didn't know tabulator. Looks very interesting. Thanks for sharing
@akosm6310 Жыл бұрын
Thank you for this video. One question though. How can i generate my own table's needed parts of coding in order to apply the tabulator's functions? Anyone please??
@PhilSmy Жыл бұрын
Hi...Sorry, I'm not totally sure what you are asking. Isn't that covered in the video?
@tylermalone30356 ай бұрын
Hey Phil! I am a junior rails dev and I have been following along with your videos but I keep getting errors that Tabulator is undefined and Cannot use import statement outside a module. I have started a fresh app with the same version of rails as you use but I can not seems to get it to work. Do you have any suggestions?
@PhilSmy6 ай бұрын
That’s strange. Do you have this in a public GitHub repo that I could look at for you?
@bmontegani Жыл бұрын
What extension are you using in your editor for ruby and Ruby on Rails? Art you using Co-pilot?
@PhilSmy Жыл бұрын
That's it! Copilot. I couldn't remember the name when I was doing the video.
@marlow0conrad Жыл бұрын
Nicely done,thanks
@PhilSmy Жыл бұрын
Thanks for watching!
@jalonsoad Жыл бұрын
Great video Phil, waiting for part II. One question, do you have any repository where we can check the code? Cheers for your teaching!!
@PhilSmy Жыл бұрын
For this one I did not do a repository. Let me see if I can figure out which branch I was on and push to a new repository for this. Thanks for watching!
@PhilSmy Жыл бұрын
Done! github.com/philsmy/tabulator-demo I will add it into the description as well. FYI, this week I will release a new Tabulator video that uses Stimulus.
@jalonsoad Жыл бұрын
@@PhilSmy cheers!!
@andyhemphill Жыл бұрын
Could you edit the rows inline ?
@PhilSmy Жыл бұрын
Yes, tabulator does that! If I do a part 2 I will show that.
@gshjgsohuegnjbshu Жыл бұрын
にごり酒「日本橋」(^^
@PhilSmy Жыл бұрын
それが大好きです!でも3年前からアルコホールは飲むない。
@LuisFlores19613 ай бұрын
This is without jQuery: document.querySelector('#numSelected.modal-body').innerHTML = "(" + selectedData.length + ") orders selected.";