Nov 08 2017 06:36 AM
Hi there, We are using ListDetails of Office Fabric React Components in a Spfx webpart and it works just fine but we are wondering how use links as column value. Did Anyone achieve that thing? Anyone at least know if that is possible?
Thanks!
Nov 08 2017 08:02 AM
SolutionYou can just use an onRender method to render the link. Here's an example of using onRender to render a checkbox, should be simple to convert it to render a link:
Nov 08 2017 08:13 AM