Itvisors / mendix-DataTables

DataTables.net wrapper for Mendix
Apache License 2.0
4 stars 3 forks source link

Adding boolean field in Datatable widget #4

Closed swathiAMD closed 7 years ago

swathiAMD commented 7 years ago

I found the issue. I have added an Boolean as the new field in the attribute search fields. This gives me the java script error in the datatable.js attrval.toLowercase(). I modified the js as attrval.toString().toLowercase() but also it doesnt work. May be its an bug in widget?

mgroeneweg commented 7 years ago

Sorry for the slow response. Please check the documentation and the sample project. You should use an enumeration for a boolean search .