1
ParamQuery Pro Evaluation Support / Multiple formats in same column?
« on: November 09, 2016, 05:31:55 am »
Hello, from looking at http://paramquery.com/pro/demos/edit_filter you can set a filter on a column, but is there a way to support multiple filters on the same column?
would it be possible to do something like:
format: (ui) => {
var format;
for (var x in ui.rowData.ers_cellcls[ui.dataIndx]) {
format = ui.rowData.format;
}
return format;
}
similar to how the render function works?
would it be possible to do something like:
format: (ui) => {
var format;
for (var x in ui.rowData.ers_cellcls[ui.dataIndx]) {
format = ui.rowData.format;
}
return format;
}
similar to how the render function works?