You can load Spread.Views sub-libraries to use certain features without loading all the libraries.
Library | Features |
---|---|
gc.spread.common.[VERSION].min.js | Adds functions like formatter. |
gc.spread.views.dataview.[VERSION].min.js | Includes control definition and features such as, editing, resizing, sorting, grouping, and so on. |
gc.spread.views.gridlayout.[VERSION].min.js | Creates a new instance of the GridLayout. |
gc.spread.views.cardlayout.[VERSION].min.js | Creates a new instance of the CardLayout. |
gc.spread.views.horizontallayout.[VERSION].min.js | Creates a new instance of the HorizontalLayout. |
gc.spread.views.masonrylayout.[VERSION].min.js | Creates a new instance of the masonryLayout. |
gc.spread.views.timelinegrouping.[VERSION].min.js | Initializes the TimelineGrouping for grouping. |
gc.spread.views.calendargrouping.[VERSION].min.js | Initializes the CalendarGrouping for grouping. |
gc.spread.views.trellisgrouping.[VERSION].min.js | Initializes the TrellisGrouping for grouping. |
gc.spread.views.gantt.[VERSION].min.js | Adds the Gantt feature |
gc.spread.views.searchbox.[VERSION].min.js | Adds searchbox feature. |
gc.spread.views.sparkline.[VERSION].min.js | Adds sparkline function. |