Software Details:
Version: 1.0.0 updated
Upload Date: 9 Feb 16
Distribution Type: Freeware
Downloads: 150
Size: 497 Kb
Various demos are included with the download package.
What is new in this release:
- Store-based grids will now show noDataMessage when store is null.
What is new in version 0.4.0 / 0.5.0-dev:
- Store-based grids will now show noDataMessage when store is null.
What is new in version 0.3.12:
- Fixed a regression in `Grid` since 0.3.7 where formatters were run in the global context by default instead of in the context of the column definition.
- `Selection` and `CellSelection` now fire `dgrid-select` and `dgrid-deselect` events on the same turn that `select` is called. The events still include `rows` or `cells` containing all rows or cells selected at once; only the timing of the events firing has changed.
- The `className` column definition property now supports being assigned a function value, in which case the function will be called for each row in the grid (including the header).
What is new in version 0.3.9:
- grid now uses Intern for unit and functional tests, instead of DOH. See the README for setup instructions.
- Fixed a regression with OnDemandList which would cause improper rendering after scrolling.
- Fixed an issue with OnDemandList causing queryRowsOverlap only taking effect between the first two queries.
- Added the capability to opt out of custom TouchScroll logic on devices that support touch, by setting useTouchScroll: false on the instance.
What is new in version 0.3.8:
- The `dgrid-sort` event now emits off of the original target of the event which triggered it, rather than always off of the header cell.
- Fixed a regression (present since 0.3.5) in `OnDemandList` which prevented `noDataMessage` from being displayed for async stores.
- `_StoreMixin` (used by `OnDemandList`, `OnDemandGrid`, and `Pagination`) now supports calling the `set` method of Stateful objects during `save`.
What is new in version 0.3.7:
- `Grid` now supports the `formatterScope` instance property, along the same lines as `dojox/grid`.
- `Grid` has been refactored to include `formatter` considerations within the default `renderCell` logic; this allows `formatter` functions to coexist with the `editor` and `tree` column plugins.
- Fixed an issue with `_StoreMixin` which caused `set` functions in column definitions to be ignored for all but the last subrow or columnset.
What is new in version 0.3.6:
- Added an index page to the test folder to browse the tests via a grid.
- Added a preliminary set of DOH tests to assist in spotting regressions.
What is new in version 0.3.5:
- Grid and the columns property.
- Signature of the newRow method.
- put-selector version.
What is new in version 0.3.4:
- The ColumnResizer extension now honors a width property included on column definition objects for the purpose of initializing the width of a column; this can be useful if it is desired to persist and restore custom column widths from a cookie or other local storage.
- The ColumnResizer extension now honors a resizable property included on column definition objects for the purpose of disallowing resize of specific columns.
What is new in version 0.3.3:
- Several mixin and extension modules have had their declare hierarchies simplified under the expectation that they will always be mixed in as documented, and never be instantiated directly.
Requirements:
- JavaScript enabled on client side
- Dojo
Comments not found