added validation, fixed count issue.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user