81
Help for ParamQuery Pro / Re: How to remove column dragging from history
« Last post by MichalV on February 17, 2025, 09:56:35 pm »It works well! Many thanks for your help!
compare: function (cd, val) {
var offset = new Date(val).getTimezoneOffset() * 60 * 1000
val += offset
if (cd - val >= 0 && cd - val < 24 * 3600 * 1000) {
return true
}
},