0

I need to print an anchor in column cell. But, I don't have idea as how do it correctly.

I defined the cell as:

{name: 'menu', label: 'Menu', cell: Backgrid.UriCell.extend(), sortable: false}

But, I don't know how set the text of the link. Any ideas ?.

Diljeet
  • 21
  • 9
ramiromd
  • 2,019
  • 8
  • 33
  • 62

2 Answers2

0

With standard uri cell, you can't have text of the link different from actual uri. You'll need to override render() method in order to accomplish that.

AndreiM
  • 4,406
  • 2
  • 18
  • 20
-1

You can read the source code. It's very simple.

Y.H Wong
  • 7,151
  • 3
  • 33
  • 35