Hi, How to force the field that will be used to sort (from the time the page is loaded)? Example: by field "Address". I use code like in Basic Scenario demo.
Hi. Supose you have a field named "address", for example.
$("#jsGrid").jsGrid("sort", "address");
Thank you @geloh, I think it's exactly what is needed.