a lot of progress on typeaheads, etc.

This commit is contained in:
Bryce Covert
2018-05-23 11:35:58 -07:00
parent e445adec02
commit bc10b35f0b
4 changed files with 17 additions and 5 deletions

View File

@@ -90,7 +90,7 @@
[:i.fa.fa-spin.fa-spinner]]]
(for [{:keys [company checks invoice-number date total outstanding-balance id vendor] :as i} (:invoices @invoice-page)]
^{:key id}
[:tr
[:tr {:class (:class i)}
(when check-boxes
[:td [:input.checkbox {:type "checkbox"
:checked (if (get checked id)