Icons for action on rows
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[*] feature request
[ ] support request => Please do not submit support request here
Current behavior
It would be nice to have action buttons(e.g edit/delete). I am not sure if there is already a way to do this. Expected behavior
We should be able configure action icons on rows, which should just emit an event with the row when the icon is clicked. We might be able to do this with templates, but not sure if we can get a reference to the row from a template.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
- Table version: 0.7.x
- Angular version: 2.0.x
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Row column Icons & Symbols - Flaticon
189 row column icons. Vector icons in SVG, PSD, PNG, EPS and ICON FONT.
Read more >Table rows Solid Icon | Font Awesome
Table rows icon in the Solid style. Make a bold statement in small sizes. Available now in Font Awesome 6.
Read more >add icons in actions columns and in each row - vue.js
And there is a column called Action, and within this column I want to put two icons, the first is delete and the...
Read more >About Action Icons
Action icons are generally available on pages that contain lists of data. Depending on your LearnCenter settings, these icons will either be visible...
Read more >Actions (icons) in table - buttons - UX Stack Exchange
I like the concept of the hamburger menu since you have quite a few options available, but I would change the icon though...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@amcdnl is it possible to use a custom template for a single cell only? Because i dont want to create a column template for each col if I only want to add an “options” column with 3 icons.
hey, here is a snippet on how to get what you want
and events in your component:
Hopefully this will give you some more info