Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.4
-
None
-
Unknown
-
N/A
-
N/A
-
Description
For example when you have:
#set($columns = ["avatar", "id", "email", "name", "company"]) #set($columnsProperties = { "avatar" : { "type" : "none", "link" : "none", "html" : "true", "sortable":false }, "id" : { "type" : "text" , "size" : 20, "link" : "view"}, "email" : { "type" : "text", "html" : "true" }, "name" : { "type" : "text" }, "company" : { "type" : "text" } })
If you try hasRow() on the "email" row which is of type HTML then it fails.