-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui : table - implement support for "sticky" Actions column #1143
Labels
Milestone
Comments
christophercr
changed the title
ui : table - Add Input option to support "sticky" actions
ui : table - implement support for "sticky" Actions column
Feb 22, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 25, 2019
- added documentation / demo ISSUES CLOSED: NationalBankBelgium#1143
3 tasks
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
- added documentation / demo ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
- added documentation / demo ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
- added documentation / demo ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 26, 2019
- added documentation / demo - added and implemented `StarkTableRowActions` interface ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 28, 2019
- added documentation / demo - added and implemented `StarkTableRowActions` interface ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 28, 2019
- added documentation / demo - added and implemented `StarkTableRowActions` interface ISSUES CLOSED: NationalBankBelgium#1143
carlo-nomes
added a commit
to carlo-nomes/stark
that referenced
this issue
Feb 28, 2019
- added documentation / demo - added and implemented `StarkTableRowActions` interface ISSUES CLOSED: NationalBankBelgium#1143
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
When we have a table with lots of columns, we have to scroll horizontally to access the actions.
It's annoying when you want to edit an entry, because you have to scroll to be able to open it.
Otherwise, you have to configure rowClick action which prevents the text selection.
Expected behavior
Add an Input option to use the sticky column option from Angular Material Table on the Actions column.
The text was updated successfully, but these errors were encountered: