I am trying to add new row to the column header in ui-grid but not finding a way to achieve this. Tried searching the documentation as well as the google a lot but of no use. Can any one please help me in this regard.
Here is the plunker: http://plnkr.co/edit/ZkbGvLe9myc3nB5riaAE?p=preview
{name: 'name', displayName: 'Name \n(editable)' },
I am trying to add new line here between name and editable.
Also is it possible to span the column in ui-grid (I should be able to export the data also in same format.. according to the already bug opened, it is not possible but has anyone tried it?)