We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b22131 commit aa43c6bCopy full SHA for aa43c6b
auctions/tables.py
@@ -185,10 +185,10 @@ class Meta:
185
"views",
186
)
187
row_attrs = {
188
- #'class': lambda record: str(record.table_class),
189
- #'style':'cursor:pointer;',
190
- #'hx-get': lambda record: "/api/lot/" + str(record.pk),
191
- #'hx-target':"#modals-here",
192
- #'hx-trigger':"click",
193
- #'_':"on htmx:afterOnLoad wait 10ms then add .show to #modal then add .show to #modal-backdrop"
+ # 'class': lambda record: str(record.table_class),
+ # 'style':'cursor:pointer;',
+ # 'hx-get': lambda record: "/api/lot/" + str(record.pk),
+ # 'hx-target':"#modals-here",
+ # 'hx-trigger':"click",
+ # '_':"on htmx:afterOnLoad wait 10ms then add .show to #modal then add .show to #modal-backdrop"
194
}
0 commit comments