Matías Kusack

Results 5 comments of Matías Kusack

Hi, try adding this (after adding jquer.bootgrid.js): ``` ; (function ($, window, undefined) { "use strict"; $.extend($.fn.bootgrid.Constructor.defaults.css, { search: 'table-search', actions: 'btn-group table-actions', iconRefresh: 'fa-sync', iconDown: 'fa-sort-down', iconUp: 'fa-sort-up', iconColumns:...

Hi, we are experienceing the same behaviour with version 2022.2.12. This only happends in linux env, not in windows. Can anyone confirm if @ElBedeawi solution works? Is it a problem...

Ok, I can confirm that in our case, what @ElBedeawi said solved the memory problem. Thank you very mutch!

Same here. I'm using Postrgre 10.6. Any ideas?

Ok, I've got it. Postgre DB enconding should not be SQL_ASCII. I've changed it to UTF8 and it Works.