Hi
Code calls for the container to resize but doenot tell the grid to do so.
Kindly add
$(‘#jqxgrid’).jqxGrid(‘refresh’);
$(“#boton”).on(“click”, function() {
$(“.tableContainer”).toggleClass(“larger”)
$(‘#jqxgrid’).jqxGrid(‘refresh’);
});
Verified on the fiddler it works well
Regards