gridjs icon indicating copy to clipboard operation
gridjs copied to clipboard

feature: allow searchbox to not autoload and use enter instead

Open bastiedotorg opened this issue 7 months ago • 0 comments

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,
},

bastiedotorg avatar Jul 24 '24 14:07 bastiedotorg