telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
211 stars 39 forks source link

Light version of the Grid #710

Open simonssspirit opened 4 years ago

simonssspirit commented 4 years ago

We had this idea in the past to make a light version of the Grid component in a separate package which will have only the basic functionalities like paging, sorting, filtering and editing.

The filters and the editors will all be custom to have no external dependencies.

The idea is that the Grid package with all of its dependencies is quite large.

This will provide a light solution that has a very small bundle size and still provide the most used features.

simonssspirit commented 4 years ago

requested also in 1480646

vishaktomy commented 4 years ago

Another suggestion is, Even for editable let the user import the components he require, calendar, date, multiselect etc (basically all heavy component can import separately). Or can import all functionality using index.js (similar to (core-js polyFill)