Class type Ext_grid_Panel.t


class type t = object .. end
Inherits
method reconfigure : 'a.
Ext_data_Store.t Js.t Js.optdef ->
'a Js.t Js.js_array Js.t Js.optdef -> unit Js.meth

Reconfigures the grid with a new store/columns. Either the store or the columns can be omitted if you don't wish to change them.

Parameters: