1

I want to render a split button into a column in a grid to perform actions on each row. I can't seem to figure out how to build a custom cell renderer that will accomplish this.

Each cell will have the exact same split button, but will act on the id of the row the split button is in.

Josiah Kiehl
  • 3,593
  • 3
  • 26
  • 28

1 Answers1

2

You need to setup a custom renderer for the column, have a look at this example: http://techmix.net/blog/2010/11/25/add-button-to-extjs-gridpanel-cell-using-renderer/

screenshot

Jan Vladimir Mostert
  • 12,380
  • 15
  • 80
  • 137
  • 1
    Congratz the link is not working and you where lazy enough not to paste the most important idea, downvote. – Bogdan M. May 30 '16 at 08:24