|
@@ -193,7 +193,7 @@
|
|
|
|
|
|
function getColumns() {
|
|
function getColumns() {
|
|
const ret: Options[] = [];
|
|
const ret: Options[] = [];
|
|
- table.getColumns({ ignoreIndex: true, ignoreAction: true }).forEach((item) => {
|
|
|
|
|
|
+ table.getColumns({ ignoreIndex: true, ignoreAction: false }).forEach((item) => {
|
|
ret.push({
|
|
ret.push({
|
|
label: (item.title as string) || (item.customTitle as string),
|
|
label: (item.title as string) || (item.customTitle as string),
|
|
value: (item.dataIndex || item.title) as string,
|
|
value: (item.dataIndex || item.title) as string,
|