GriddleGriddle / Griddle

Simple Grid Component written in React
http://griddlegriddle.github.io/Griddle/
MIT License
2.5k stars 377 forks source link

add link in a row #851

Closed Utsav170 closed 5 years ago

Utsav170 commented 5 years ago

Griddle version

"griddle-react": "^1.13.1"

Expected Behavior

click on the row (tr) and redirect to another page

Actual Behavior

cannot add link in row

Steps to reproduce

How can we add link in the row of the table i.e. to redirect into different page

Pull request with failing test or storybook story with issue

ryanlanciaux commented 5 years ago

This is covered here through custom columns or custom components. http://griddlegriddle.github.io/Griddle/docs/customization/