Wesley Riley

Results 1 issues of Wesley Riley

I noticed the global filters are not working. Made a quick work around to handle: ``` protected virtual void ProvisionGlobalSearchPayload(ref TableFilterModel tableFilterPayload, string[] props) { if (!tableFilterPayload.Filters.ContainsKey("global")) return; foreach (var...

enhancement