BugBytes, thanks a lot for the video! It would be more intuitive to add only those items (e.g. table) that would be changed in {% include "tracker/partials/transactions-container.html %} and leave form in the main transaction-list.html - to make all things correctly working you would need to drop off 'hx-swap=outerHTML' from HTMX - let me know if it makes sense!
This is a fantastic series. I am following along to build a product that I hope will scale to thousands of users. What is the alternative to `widget_tweaks `as doesn't Django > 4.2?
You could send an HTMX request when the column is clicked, and return the table partial in the correct order? Maybe a solution like datatables could work here too, but I’d need to look into it. Good idea for a future video though!
Playlist link: th-cam.com/video/6OlILeP9GKg/w-d-xo.html
☕ Buy a coffee: ko-fi.com/bugbytes
⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
optimization at last part is brilliant and helpful. you are truly an excellent lecturer. keep going man.
Thank you very much - really amazing to hear that!
Best Django+Htmx series channel !
Thanks a lot!
you are simply the bestest in Django /HTMX.
Thanks a lot!
Simply the best content on Django and all related things.
Thanks so much, really appreciate that!
Wow!!! Thanks for telling us about the select_related function, I appreciate it!
No problem, it’s one I use in every project usually!
Just wanted to say thank you for great content!
Thanks a lot, I appreciate it!
Thanks for another quick upload of this series.
Thanks for watching!
That optimization using select_related fields that have relationships with other models is cool -- will have to apply that.
Thanks! Yes, I use it in every django project, pretty much!
I like your teaching style. Please keep
It up.
Thanks! Will do.
Very efficient and effective tutoring on Django.
Thanks a lot, much appreciated!
Thank you so much, man! Please continue
Thanks for the support! Will do.
Thank you for this series !
Thanks a lot! More to come soon.
BugBytes, thanks a lot for the video!
It would be more intuitive to add only those items (e.g. table) that would be changed in {% include "tracker/partials/transactions-container.html %} and leave form in the main transaction-list.html - to make all things correctly working you would need to drop off 'hx-swap=outerHTML' from HTMX - let me know if it makes sense!
thank you teacher
Thanks for watching!
This is a fantastic series.
I am following along to build a product that I hope will scale to thousands of users. What is the alternative to `widget_tweaks `as doesn't Django > 4.2?
Thank you so much!
Thanks for watching!
I am struggle to apply table with filter (descending and ascending) for each column, any method that i can do ?
Thanks before
You could send an HTMX request when the column is clicked, and return the table partial in the correct order?
Maybe a solution like datatables could work here too, but I’d need to look into it. Good idea for a future video though!
@@bugbytes3923 thank you for the reply, much apreciate
@@Bvhgjgy No problem! Thanks for the support.
thank
Thank you for watching!
One love
Cant you show me How to using hx-sse and StreamingHttpResponse