Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Gitter chat badge to README.md #1

Open
wants to merge 125 commits into
base: master
Choose a base branch
from

Conversation

gitter-badger
Copy link

merlinchen/ui-grid now has a Chat Room on Gitter

@merlinchen has just created a chat room. You can visit it here: https://gitter.im/merlinchen/ui-grid.

This pull-request adds this badge to your README.md:

Gitter

If my aim is a little off, please let me know.

Happy chatting.

PS: Click here if you would prefer not to receive automatic pull-requests from Gitter in future.

giosakti and others added 30 commits June 26, 2013 22:27
… existing code only tests for the existence of a noSortVisible function. we should be executing the function.
…inning

fixes angular-ui#380 angular-ui#241: column reordering not working if pinning enabled
It will be great to have opportunity to set custom "cellEditTemplate"
Fixed Leave Field behaviour when "enableCellEdit" is set as column parameter
…sort operation. The renderedRange was incorrectly being set to the whole of the source data.
Fixed issue where clearing the filter is slow after a sort operation.  T...
…ested_objs

Update searchProvider to look for values in properties that come after the first object
…w count is sensible - just using a correct interpretation
Setting this option prevents tabs from being processed by the control,
and are instead used to switch between controls. This makes pages more
accessible because it prevents the grid from becoming a keyboard trap.
Add a new option - noTabInterference.
Second attempt to fix angular-ui#777, still ensuring the rendering row count is sensible
c0bra and others added 30 commits April 22, 2014 10:13
…c_sorting_bug

2.0.8 - fix bug for programmatic change of sortInfo
Fix row.getProperty() for numeric column names
* Only try to iterate over the properties of columnDefs.
Added
$scope.$emit('ngGridEventStartCellEdit');
next to
$scope.$broadcast('ngGridEventStartCellEdit');

This allows people to listen to this event.
Fixes issue with breaking changes for ngInclude in Angular 1.2.0 that broke the native column header drag&drop.
See: angular/angular.js#3806
See also: angular-ui#702
Conflicts:
	src/classes/eventProvider.js
- keep nulls at bottom of list regardless of sort order
- if user provides custom sort, allow them to have full control over sort
The calculation for newViewportHeight is off by 1px in webkit-based browsers. In cases where the actual grid height is less than the grid's max-height (even if a max-height hasn't been set) vertical-overflow scrollbars are appended to the DOM. Increasing the newViewPort by 1px corrects this issue.
The search input needs to bind to filterText for the filter to work, not
fitlerOptions.filterText.  PR angular-ui#513 broke this.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.