Skip to content

Instantly share code, notes, and snippets.

@ArtemRomanovsky
Created November 6, 2020 11:31
Show Gist options
  • Save ArtemRomanovsky/901c84061bbe82badde8ba66e4cd5981 to your computer and use it in GitHub Desktop.
Save ArtemRomanovsky/901c84061bbe82badde8ba66e4cd5981 to your computer and use it in GitHub Desktop.
{
id: {
title: 'ID',
filter: true
},
name: {
title: 'Name',
filter: {
type: 'list',
config: {
selectText: 'Select a name',
list: {{state.namefilterlsit}},
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment