Ext.ux.Exporter icon indicating copy to clipboard operation
Ext.ux.Exporter copied to clipboard

Solution to dataIndex with dots evaluates null problem

Open kozgurd opened this issue 7 years ago • 0 comments

Solves the bug that when data index contains dots, worksheet cannot resolve them and inserts null to cell. (Tested on Ext JS 6)

Example: dataIndex: 'foo.record.test' -> evaluates null with record.get(dataIndex)

kozgurd avatar May 24 '17 07:05 kozgurd