ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 9 forks source link

Anchor table column should emit custom event rather than delegated event #2238

Open mollykreis opened 3 days ago

mollykreis commented 3 days ago

🧹 Tech Debt

The anchor table column exposes the delegated-event event publicly. Currently, it is only used by the Angular directive for the column and the event is not included in nimble's documentation. Instead, the column should handle the delegated-event and fire its own event, which should be documented. For example, an event named anchor-column-click.   See original discussion