This version augments merged cells, grouped rows, aggregates, summary rows, grouped columns, export of data in xlsx, htm, json & csv format and drag and drop of columns.
column.render
callback and various other options.
There have been following changes in the API.
column.summary.type
is string instead of array.
column.summary.title
is replaced by more generic summaryTitle
option.
groupModel.icon
is single dimensional array.
groupModel.titleCls
and groupModel.summaryCls
are unsupported.
Instead use rowInit
and column.render
to inject classes.
groupModel
sub-options should be changed only through groupOption()
method.
pq_
that are send to the server while export;
the server side code should be updated accordingly to handle new parameters.
Please check the API for new exportData()
method to get acquainted with the parameters.
Also consult the sample server side code provided in the demos for ASP.NET(MVC), J2EE(Spring) & PHP.
The context this
of listener and general callbacks in the toolbar has been changed to grid widget instance similar to
the context of event listener callbacks for v3.2.0
This version introduces new custom themes including bootstrap.
New bootstrap theme is simple to use, has no dependency on bootstrap framework and can be used similar to office theme.
bootstrap.on
option is not required and should not be turned on for new bootstrap theme.
The previous way of using bootstrap theme is deprecated.
This version is compatible only with jQueryUI version >= 1.11.4