1
Help for ParamQuery Pro / Re: BootStrap Dropdown not working
« Last post by pbassey on May 29, 2025, 07:55:12 pm »Perfect! Thank you...
fmtPart = fmtPart.replace(/(?<![ap])m{1,5}/gi, replacer("M"));.
fmtPart = fmtPart.replace(/(^|[^ap])(m{1,5})/gi, (match, prefix, mSequence, offset) => {
return prefix + replacer('M')(mSequence, offset + prefix.length );
});
grid.updateRow({
track: false,
history: false,
checkEditable: false,
refresh: true,
rowList: [{
rowIndx: ri,
newRow: res.data
}]
});
grid.updateRow({
rowList: [{
rowIndx: ri,
track: false,
history: false,
checkEditable: false,
refresh: true,
newRow: res.data
}]
});
{
"pr": 0,
"data": {
"dr": 0,
"on": 1,
"kbl": 20,
"lock": false
}
}
{"data":[{"c":"1"}}
{"data":[{"c":1}}