-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Add search functionality and rename to crm-grid. #287 #288
Conversation
@@ -14,26 +12,20 @@ <h2 class="switch-sample__title">Boston Marathon 2018</h2> | |||
</igx-input-group> | |||
</div> | |||
|
|||
<igx-grid #grid1 [data]="localData" [paging]="true" [perPage]="6" height="513px" (onSelection)="cellSelection($event)" [paginationTemplate]="pager"> | |||
<igx-grid #grid1 [data]="localData" [paging]="true" [perPage]="6" [height]="null" (onSelection)="cellSelection($event)" [paginationTemplate]="pager"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[height]="null"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The buttons on the CRM Grid toolbar look weird (contrasty) and the dropdown portion is lacking styling, so it seems the styles are not the latest.
Closes #287 .