On 22 March 2016 at 23:36, Chris Green cl@isbd.net wrote:
$("#pagesize").val(pageSize).change(function() { editableGrid.setPageSize($("#pagesize").val()); });
In the demo it works perfectly, in my copy it doesn't work at all. One can select a value but nothing changes.
Without seeing your full code it's difficult to diagnose but I will just check: the above code looks like it it jQuery based so I assume you have jquery included somewhere?
As to why you're seeing no errors in the Firefox console I don't know but again without seeing the full code it's hard to investigate. If you have access to a web server somewhere I'd suggest uploading it and supplying the link. I would also suggest trying a different browser, sometimes their consoles give varying degrees of help!