Open MSIH opened 7 years ago
EditableGrid is fantastic and the code is very clean and well documented. Thank you.
I am trying to understand how to configure/code so that filtering and sorting is done on a server using AJAX REST API that will return json.
var editableGrid = new EditableGrid("DemoGridFull") editableGrid.serverSide = true;
EditableGrid is fantastic and the code is very clean and well documented. Thank you.
I am trying to understand how to configure/code so that filtering and sorting is done on a server using AJAX REST API that will return json.