Oto Valek

Results 1 comments of Oto Valek

There is is bug at https://github.com/fooplugins/FooTable/blob/fba11d1d8ad4eb61913c7538b26283eab2d9d777/src/js/classes/columns/FooTable.NumberColumn.js#L55 #895 fixes it. A workaround is to define a custom formatter for the column: ``` "formatter": function(value, options, rowData) { if (value == null)...