This makes me so happy. Thanks
Best posts made by Lucien
Latest posts made by Lucien
-
RE: Quasar v0.15 is out!
This is so cool, I’m really impressed so far. Great work. Thank you<3
-
RE: Datatable programmatically filter
Hi @benoitranque. Thanks for the help, I was referring the second part exactly. You deserve a medal:)
-
RE: Datatable programmatically filter
@leopiccionia said in Datatable programmatically filter:
I’d suggest you to try binding
data
prop to a computed property.Hi @leopiccionia, thanks for the tip. However, I would like to show the user was is being searched, or allow them to modify it. So it would be nice if the search input could be populated. Ultimately, I want to save their search and resume it later.
Thanks
-
Datatable programmatically filter
Hi:)
I searched for this, but could not find anything quite related. I was wondering if there is a way to filter the datatable programmatically. This would be great as I can then save the search and when the user returns to the page I can fill it back in for them and filter. Also preemptively searching for a user might be cool in some cases.
Thanks in advance!
-
RE: About the select component
Okay, so I found this https://github.com/quasarframework/quasar/issues/466. Just want mention that I would also appreciate it if we could control the autoClose.
-
RE: Datatables classes and style functions
Hi. I want to assign certain cell’s background color based on the data of other columns or properties in the row object. However, it might be better for me to use templates, but I’m not exactly sure how to fit the template into the cell, i.e. remove the default padding. Also, not completely related, but it would also be great if we had access to the row data in the sort function, as I would like to sort a column based on some other property in the row object. Thanks so much in advance.
-
Datatables classes and style functions
HI:) I think I read somewhere that the classes and style functions for the datatables columns would have access to the row data as a second parameter. However, I get undefined i.e. classes(cell, row). Thanks:)