-
Notifications
You must be signed in to change notification settings - Fork 27
Qgrid 254: Delete a cell handler #383
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
base: master
Are you sure you want to change the base?
Conversation
| @@ -0,0 +1,115 @@ | |||
| $duration: 0.15s; | |||
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.
can we put it under existing focus.scss?
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.
If I change focuss.scss, it will affect the whole qgrid. As I understood, we need it only in Action Bar On Enter. Is it right?
| font-family: Roboto; | ||
| .q-grid { | ||
| .q-grid { | ||
| &-title { |
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.
80% of code is redundant, why we need here q-grid-lcc h2 etc?
| [rows]="rows | async" | ||
| [model]="gridModel" | ||
| class="q-grid-embed" | ||
| class="q-grid-nohandler" |
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.
lets call it like q-grid-cell-handler-hide for now
No description provided.