Quick edit is no longer working. When i click on it, nothing pops up. If I watch in Developer tools in Chrome, it reports:
VM77:815 Uncaught TypeError: Cannot read property 'textContent' of undefined
at HTMLTableCellElement.eval (eval at globalEval (common.js:1026), :815:77)
at HTMLDocument.dispatch (common.js:1037)
at HTMLDocument.elemData.handle (common.js:1037)
at Object.trigger (common.js:1037)
at HTMLTableCellElement. (common.js:1037)
at Function.each (common.js:1026)
at jQuery.fn.init.each (common.js:1026)
at jQuery.fn.init.trigger (common.js:1037)
at HTMLTableCellElement.eval (eval at globalEval (common.js:1026), :379:25)
at HTMLTableCellElement.dispatch (common.js:1037)
Also, if i try to expand a row, all I get is the word Details. Developer tools in Chrome says:
Uncaught TypeError: Cannot read property 'value' of undefined
at child.setup (eval at globalEval (common.js:1026), :499:23)
at child.expandRow (common.js:1126)
at child.expandRow (common.js:1126)
at child.handleCellClick (common.js:1126)
at child.click tbody td (common.js:1126)
at HTMLDivElement.dispatch (common.js:1037)
at HTMLDivElement.elemData.handle (common.js:1037)
Quick edit is no longer working. When i click on it, nothing pops up. If I watch in Developer tools in Chrome, it reports:
VM77:815 Uncaught TypeError: Cannot read property 'textContent' of undefined at HTMLTableCellElement.eval (eval at globalEval (common.js:1026),:815:77)
at HTMLDocument.dispatch (common.js:1037)
at HTMLDocument.elemData.handle (common.js:1037)
at Object.trigger (common.js:1037)
at HTMLTableCellElement. (common.js:1037)
at Function.each (common.js:1026)
at jQuery.fn.init.each (common.js:1026)
at jQuery.fn.init.trigger (common.js:1037)
at HTMLTableCellElement.eval (eval at globalEval (common.js:1026), :379:25)
at HTMLTableCellElement.dispatch (common.js:1037)
Also, if i try to expand a row, all I get is the word Details. Developer tools in Chrome says:
Uncaught TypeError: Cannot read property 'value' of undefined at child.setup (eval at globalEval (common.js:1026),:499:23)
at child.expandRow (common.js:1126)
at child.expandRow (common.js:1126)
at child.handleCellClick (common.js:1126)
at child.click tbody td (common.js:1126)
at HTMLDivElement.dispatch (common.js:1037)
at HTMLDivElement.elemData.handle (common.js:1037)
Any help would be appreciated.