mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 01:25:38 -05:00
Add setFilter to DeclarativeTableComponent (#14143)
* Add setFilter to DeclarativeTableComponent * fix tests * Update param name
This commit is contained in:
@@ -107,6 +107,7 @@ export function createViewContext(): ViewTestContext {
|
||||
let declarativeTable: () => azdata.DeclarativeTableComponent = () => Object.assign({}, componentBase, {
|
||||
onDataChanged: undefined!,
|
||||
onRowSelected: undefined!,
|
||||
setFilter: undefined!,
|
||||
data: [],
|
||||
columns: []
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user