Commit Graph
18 Commits
Author SHA1 Message Date
Dan Lewi Harkestad 44b86737da Changed to single quotes per review feedback. 2015-09-09 19:34:04 +02:00
Dan Lewi Harkestad de418bbbb4 GridInstance.scrollTo takes an object in the data array as parameter, not
a GridRow.

Also, both parameters are optional.

See
https://github.com/angular-ui/ui-grid/blob/a42dab24532fb896725b9fc8359e4526e436c891/src/js/core/factories/Grid.js#L2419-L2440
2015-09-07 14:39:09 +02:00
Dan Lewi Harkestad 0bc18bba93 Fixed row getters in selection API.
See: http://ui-grid.info/docs/#/api/ui.grid.selection.api:PublicApi

getSelectedGridRows should return uiGrid.IGridRow, not the
uiGrid.selection.IGridRow interface which only has the selection-specific
properties.

getSelectedRows returns the selected entities, not grid rows.
2015-09-04 08:57:53 +02:00
Joe Skeen f2630a53e5 enableColumnResizing is optional on IColumnDef 2015-09-02 10:45:23 -06:00
Ben Tesser 1f964fab44 Ui-grid: Update Version and Plugin Support
Extensive plugin support added (Plugin specific API, ColumnDef, GridOptions, GridRow, Constants).

Added docs for all existing interfaces
Fixed a few incorrect interfaces, updated interfaces to reflect latest version.
Did some cleanup... Moved all plugins into their own modules
2015-08-24 15:59:10 -04:00
Ray 9732f12367 Fixing typo in ui-grid definition. "notifiyDataChange" should be "notifyDataChange" 2015-08-17 11:43:17 -04:00
Ben Tesser 69cd45617c Ui-Grid: Fix Column Defs
Fix invalid type for IGridOptions.columnDefs.
2015-08-10 14:01:16 -04:00
Danilo Faria fb0e5543ee Ui-grid improvements 2015-08-04 15:05:53 -04:00
Ray 72a6d57c06 make entities 'any' and remove extra spaces. 2015-07-22 11:21:01 -04:00
Ray 21c47b36e2 fixing missing return types. thanks Travis! 2015-07-21 17:29:23 -04:00
Ray 67fdc1b040 fixing comments, line breaks, and typos, fixing T[] -> Array<T> 2015-07-21 17:25:32 -04:00
Ray 5ea2c74b9d fixing missing ";" 2015-07-21 17:14:21 -04:00
Ray e23467fc87 added uigridconstants, and all gridApi.core gridApi.rowEdit definitions. 2015-07-21 13:00:23 -04:00
Raymond Suelzer d187f678d1 fixing missing ng.scope on api callback 2015-07-17 16:13:57 -04:00
Raymond Suelzer 370f04bfcd direction should be a string
sort direction should be a string
2015-07-17 16:09:33 -04:00
Raymond Suelzer 2a04a33b8f added some api extensions, fixed some types
added core, pagination, selection to GridAPI.  Also fixed a few types that were incorrect, missing, or should have been nullable.
2015-07-17 16:04:30 -04:00
Ben Tesser 4aa7366e01 UiGrid - Add enableRowSelection to gridOptions
This property was missing
2015-07-13 13:09:50 -04:00
Ben Tesser 886bedbec7 Typings for angular-ui-grid. 2015-07-08 15:30:19 -04:00