first 2000.
This commit is contained in:
@@ -123,8 +123,8 @@
|
|||||||
table-form (r/atom nil)]
|
table-form (r/atom nil)]
|
||||||
(fn [{:keys [headings value on-change row-filter]}]
|
(fn [{:keys [headings value on-change row-filter]}]
|
||||||
[:div
|
[:div
|
||||||
(when (> (count value) 100)
|
(when (> (count value) 2000)
|
||||||
[:div.notification "Showing first 100 of " (count value)])
|
[:div.notification "Showing first 2000 of " (count value)])
|
||||||
[:form.form
|
[:form.form
|
||||||
(if value
|
(if value
|
||||||
[:div
|
[:div
|
||||||
|
|||||||
Reference in New Issue
Block a user