Skip to content

feat: SASQLookupComponent rowNavigation

Ethan Freestone requested to merge feat/onRowClick into main

Added rowNavigation prop to turn off rowNavigation in SASQLookupComponent. This should be replaced by some other way to navigate to the record indicated by the row.

To aid with this, a defaultRowUrl prop has been added to the formatter provided in the default TableBody. This provides the current path information, location, and a url which the rowClick/enhancedFormatter can make use of

Merge request reports