Skip to content

Instantly share code, notes, and snippets.

@maxkoretskyi
Created February 21, 2019 17:16
Show Gist options
  • Select an option

  • Save maxkoretskyi/b35b81e1a31e5dcfe5e501a6ac1ff177 to your computer and use it in GitHub Desktop.

Select an option

Save maxkoretskyi/b35b81e1a31e5dcfe5e501a6ac1ff177 to your computer and use it in GitHub Desktop.
let columnDefs = [
{
field: "age",
width: 90,
filter: 'agNumberColumnFilter',
filterParams: {
filterOptions: [
'lessThan',
'greaterThan'
]
}
},
...
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment