squaredev-io / matte

Matte is a UI component library on top of MUI and other react libraries.
https://squaredev-io.github.io/matte/?path=/docs
Apache License 2.0
18 stars 2 forks source link

fix: Table item with link #87

Closed gcharis closed 2 years ago

gcharis commented 2 years ago

When the default Link component from the react-router-dom was provided the link was not working.

The component property is removed, the consumer can directly provide a custom Link in the col.routerLink property if necessary.