I use this js-library with rails app. I want add cell that automaticaly generate url for editing row, and when we click it - its redirect for editing page.
User
id---|---name---|---Button
1 | Adam | /edit/1 link
2 | Nikolay | /edit/2 link
3 | Peter | /edit/3 link