gridjs
gridjs copied to clipboard
feature: allow searchbox to not autoload and use enter instead
this PR adds an option to show a button next to the searchbox and adds the ability to allow search by enter key. if debounceTime is <0, then it does not autosearch
search: {
debounceTime: -1,
showSearchButton: true,
},