-
-
Notifications
You must be signed in to change notification settings - Fork 29
Home
Ghislain B edited this page Jul 10, 2020
·
39 revisions
To get started follow any of these instruction Wikis
Framework | Wiki |
---|---|
Angular | Wiki - HOWTO (Step by Step) |
Aurelia | Wiki - HOWTO (Step by Step) |
Salesforce | Installation |
- Aggregators (4)
- Editors (11)
- Filters (17)
- Autocomplete, Single & Multiple Select
- (E) each framework must implement the
collectionAsync
- (E) each framework must implement the
- Autocomplete, Single & Multiple Select
- Formatters (31)
- Extensions
- AutoTooltip
- Cell External Copy Manager
- Cell Menu
- Checkbox Selector
- Context Menu
- Draggable Grouping
- Grid Menu
- Header Button
- Header Menu
- (E) Row Detail
- Row Move
- Row Selection
- Grouping Formatters (12)
- Sorters (5)
- Services
- Collection
- Excel Export (separate package)
- Export Text (separate package)
- Extension
- Filter
- GraphQL (separate package)
- OData (separate package)
- Grid Event
- Grid Service (helper)
- Grid State
- Grouping & Col Span
- Pagination
- Resizer
- moved the Service to an Extension
- Shared
- Sort
- Others
- Custom Footer
- Dynamically Add Columns
- Grid Presets
- Local Pagination
- Tree View
- Search Filter on any Column
- Sorting from any Column
- VScode Chrome Debugger
- Jest Debugger
- Add Multiple Example Demos with Vanilla implementation
- Add GitHub Demo website
- Add CI/CD (CircleCI or GitHub Actions)
- Add Cypress E2E tests
- Add Jest Unit tests
- Add Jest Code Coverage (codecov)
- Build and run on every PR
- Add full bundler (all types) build step in CircleCI build
- Bundle Creation (vanilla bundle)
- Eventually add Unit Tests as a Pre-Bundle task
- Remove any Deprecated code
- Create a Migration Guide for Angular/Aurelia
- Add simple input bindings in the demo (e.g. pinned rows input)
- Add possibility to use SVG instead of Font Family
- Add Typings (interfaces) for Slick Grid & DataView objects
- Add interfaces to all SlickGrid core lib classes & plugins (basically add Types to everything)
- Copy text from cell doesn't work in SF
- Remove all Services init method 2nd argument (we can get DataView directly from the Grid object)
- Build and run on every PR
- Bundle Creation (vanilla bundle)
- Eventually add Unit Tests as a Pre-Bundle task
- Remove any Deprecated code
- Create a Migration Guide for Angular/Aurelia
- Add simple input bindings in the demo (e.g. pinned rows input)
- Add possibility to use SVG instead of Font Family
- Add Typings for Grid & DataView objects
- Cannot copy text from cell since it's not selectable
- Remove all Service init 2nd argument (we can get DataView from the Grid object)
- Slickgrid-Universal Wikis
- Installation
- Styling
- Interfaces/Models
- Column Functionalities
- Events
- Grid Functionalities
- Auto-Resize / Resizer Service
- Resize by Cell Content
- Column Picker
- Composite Editor Modal
- Custom Tooltip
- Context Menu
- Custom Footer
- Export to Excel
- Export to File (csv/txt)
- Grid Menu
- Grid State & Presets
- Grouping & Aggregators
- Header Menu & Header Buttons
- Pinning (frozen) of Columns/Rows
- Row Selection
- Tree Data Grid
- SlickGrid & DataView objects
- Backend Services