first 2000.

This commit is contained in:
Bryce Covert
2019-10-05 08:11:10 -07:00
parent 6833e8abf5
commit 38dc270669

View File

@@ -123,8 +123,8 @@
table-form (r/atom nil)]
(fn [{:keys [headings value on-change row-filter]}]
[:div
(when (> (count value) 100)
[:div.notification "Showing first 100 of " (count value)])
(when (> (count value) 2000)
[:div.notification "Showing first 2000 of " (count value)])
[:form.form
(if value
[:div