added validation, fixed count issue.

This commit is contained in:
Bryce Covert
2020-10-08 07:01:57 -07:00
parent 84eedbf56f
commit 6d661ad754
4 changed files with 45 additions and 47 deletions

View File

@@ -148,7 +148,7 @@
^{:key heading-name} [:th heading-name]))]]
[:tbody
(list
(for [[index row] (map vector (range ) (take 100 value))
(for [[index row] (map vector (range ) (take 2000 value))
:when (row-filter row)]
^{:key index} [:tr
(list