Tanel Tammik

Results 3 comments of Tanel Tammik

Indeed there is a problem... i do not use the `asset` myself and because of this i haven't come face to face with this bug. i'll look into this asap...

how can i solve this. fields: foo, bar, baz, xyz foo and bar are boolean, bar and xyz numeric or null. i need to check, if foo is true then...

@naeemsaleem just reload salvattore grid on window resize event: ```javascript window.addEventListener('resize', ()=> { salvattore.recreateColumns(document.querySelector('main.entries .results')) }) ```