compat-table icon indicating copy to clipboard operation
compat-table copied to clipboard

Add search/filter feature

Open jimmywarting opened this issue 9 years ago • 1 comments

Lot of stuff is hidden under a main category. If i want to know if String.prototype.repeat is working for some node version, then i can not simply use cmd+F and search for it. I have to look for String.prototype and expand it and also look for it in each version es5, es6 & es7

I never want to know everything you list on the table. Every time I come back and visit your site then I'm looking for a particular thing

I would like to have a nice start page like http://caniuse.com with a few columns/categories and a search input

And i don't care so much about other engines like pjs, compilles other then babeljs, IE. So a way to specify your favorite engines would be grate too

jimmywarting avatar Apr 14 '16 18:04 jimmywarting

Good idea.

The way we made it possible for now is by expanding all the sections (click on an arrow next to top "Feature name" cell) and then using regular page search.

But a proper filter would be great.

kangax avatar Apr 14 '16 19:04 kangax