使用 jexcel javascript 3rd 方库 -
在倒数第二个下拉列表被选为附件,然后需要将该行的最后一个下拉列更改为输入文件。
$('#mytable').jexcel({
minDimensions: [1, 1],
about:"",
colWidths: [ 100, 100, 100, 100, 100],
colHeaders: ['test1', 'test2', 'test3', 'test4', 'test5'],
columns: [
{ type: 'dropdown', autocomplete:true },
{ type: 'numeric', mask:'$ #,##.00'},
{ type: 'text' },
{ type: 'dropdown', source:['Zip code attachment','Custom attachment'] },
{ type: 'dropdown', filter: test,autocomplete: true, multiple:true, },
]
})
如果有人在 Jexcel 上工作,请提供帮助。