g1.datafilter() doesnot filter values with `number` types
url args has ?col=35
. Currently, the filtering is done on "35"
Possible Fixes:
needs to be typecasted based on col
type (identified by g1.types)
url args has ?col=35
. Currently, the filtering is done on "35"
Possible Fixes:
needs to be typecasted based on col
type (identified by g1.types)