Edit links are now handled by raising an event caught by the containing component, which then decides how to generate the edit link based on the row clicked (e.g. append row ID to a URL to fill in a dynamic route parameter)
Displayed table columns are now described using Table.selectedColumns
Allows reordering and hiding columns (e.g. hide ID column)
Handles translation of "development names" into human-friendly names (e.g. "start" -> "Start time")
Closes #871
Features
fa-edit
FontAwesome iconTable.selectedColumns