From 68fefca655380f51e0533219008cdbffc16bf2ab Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Apr 2014 14:29:18 +0800 Subject: [PATCH] Roo/bootstrap/TableCell.js --- Roo/bootstrap/TableCell.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/bootstrap/TableCell.js b/Roo/bootstrap/TableCell.js index f18bdbbff2..6a6bda7a63 100644 --- a/Roo/bootstrap/TableCell.js +++ b/Roo/bootstrap/TableCell.js @@ -30,6 +30,11 @@ Roo.extend(Roo.bootstrap.TableCell, Roo.bootstrap.Component, { cfg = { tag: 'td' } + + if(this.tag){ + cfg.tag = this.tag; + } + if (this.html) { cfg.html=this.html } -- 2.39.2