andrewcourtice / vuetiful

Vuetiful is a component framework written on top of the Vue reactive library. It is primarily designed for creating business/administration applications where the displaying of data is paramount.
MIT License
488 stars 108 forks source link

array.find() not widely supported #8

Closed daviraimundo closed 7 years ago

daviraimundo commented 7 years ago

Found this project because of the datatable. Great work you are doing here. Very exciting! I thought you should know, in case you already don't, that the find() method used isn't widely supported. According to MDN, it's not supported in IE and most mobile browsers. Might want to reconsider using that as it makes the library unusable for a lot of people.

andrewcourtice commented 7 years ago

Thanks @KuriosCurious! That completely slipped my mind. I've polyfilled it now.