mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(Data Table Node): Add new filters to node operation conditions (no-changelog) (#18942)
Co-authored-by: Charlie Kolb <charlie@n8n.io>
This commit is contained in:
@@ -3,7 +3,12 @@ import { NodeConnectionTypes } from 'n8n-workflow';
|
||||
|
||||
import { router } from './actions/router';
|
||||
import * as row from './actions/row/Row.resource';
|
||||
import { getDataTableColumns, getDataTables, tableSearch } from './common/methods';
|
||||
import {
|
||||
getConditionsForColumn,
|
||||
getDataTableColumns,
|
||||
getDataTables,
|
||||
tableSearch,
|
||||
} from './common/methods';
|
||||
|
||||
export class DataTable implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
@@ -48,6 +53,7 @@ export class DataTable implements INodeType {
|
||||
},
|
||||
loadOptions: {
|
||||
getDataTableColumns,
|
||||
getConditionsForColumn,
|
||||
},
|
||||
resourceMapping: {
|
||||
getDataTables,
|
||||
|
||||
Reference in New Issue
Block a user