Hello,
Thx for your help, Themepunch has given me the solution, I’m happy to share it with you :
Add theses lines in funtions.php
add_filter('essgrid_query_caching', 'eg_disable_chache', 10, 2);
function eg_disable_chache($do_cache, $grid_id){
return false;
}
Thx, I have contact them, waiting for answer…
Hello,
thx for your answer,
I have search again for this code, https://www.syncfusion.com/forums/120910/refresh-grid and I see now it’s far from Essential Grid Plugin.
The only instruction/API I found in essential grid is this : essapi_1.esredraw();
My problem seems to be this :
The grid update only if I publish myself, maybe postie don’t activate some hooks or something like this when publishing so it doesn’t update…
ps : I don’t understand well Javascript.