歡迎進入本頁面!
本視頻主要講解了使用SpreadJS電子表格控件創(chuàng)建表格時的相關內容,包括表格基本應用、自定義表格、表格樣式。通過本視頻,你將了解以下內容(常用API):
添加表格:add /addFromDataSource
獲取表格:Find findByName,all
移動表格:sheet.tables.move(table, 1, 1);
調整大?。簊heet.tables.resize(table,5, 5);
移除:sheet.tables.remove(table);
顯示表格頭尾:table.showHeader(true);
table.showFooter(true);
控制行、列交替樣式:table.bandRows(true);
table.bandColumns(true);
高亮第一列、最后一列:table.highlightFirstColumn(true);