So I\'ve been trying a while to make a custom filter that searches for the \'Startswith\' parameters rather than the \'Contains\'. Every filter that I\'ve written haven\'t s
Now pure javascript itself has the startsWith() method on strings. But it will not be supported by IE11.
javascript
startsWith()
IE11
See here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith