-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d5de49e
commit 85d4509
Showing
65 changed files
with
11,642 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
root: ./docs/ | ||
|
||
structure: | ||
readme: README.md | ||
summary: TOC.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Documentation | ||
|
||
The [`docs`](https://github.com/ghiscoding/aurelia-slickgrid/tree/master/docs) folder of Aurelia-Slickgrid is the one-stop-shop for all project related documentation. | ||
|
||
Feel free to contribution documentation fixes by editing any of the markdown files in the [`docs`](https://github.com/ghiscoding/aurelia-slickgrid/tree/master/docs) folder. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
# Table of contents | ||
|
||
* [Introduction](README.md) | ||
|
||
## Getting Started | ||
|
||
* [Quick start](getting-started/quick-start.md) | ||
|
||
## Styling | ||
|
||
* [Styling CSS/SASS/Themes](styling/styling.md) | ||
* [SVG Icons](styling/svg-icons.md) | ||
|
||
## Column Functionalities | ||
|
||
* [Cell Menu (Action Menu)](column-functionalities/cell-menu.md) | ||
* [Editors](column-functionalities/editors.md) | ||
* [new Autocomplete (Kraaden-lib)](column-functionalities/editors/autocomplete-editor-kraaden.md) | ||
* [Date Picker (flatpickr)](column-functionalities/editors/date-editor-flatpickr.md) | ||
* [LongText (textarea)](column-functionalities/editors/longtext-editor-textarea.md) | ||
* [Select Dropdown Editor (single/multiple)](column-functionalities/editors/select-dropdown-editor.md) | ||
### Filters | ||
* [Input Filter (default)](column-functionalities/filters/input-filter.md) | ||
* [Select Filter (dropdown)](column-functionalities/filters/select-filter.md) | ||
* [Compound Filters](column-functionalities/filters/compound-filters.md) | ||
* [Range Filters](column-functionalities/filters/range-filters.md) | ||
* [Custom Filter](column-functionalities/filters/custom-filter.md) | ||
* [Styling Filled Filters](column-functionalities/filters/styling-filled-filters.md) | ||
* [Single Search Filter](column-functionalities/filters/single-search-filter.md) | ||
* [Formatters](column-functionalities/formatters.md) | ||
* [Sorting](column-functionalities/sorting.md) | ||
|
||
## Events | ||
|
||
* [Available events](events/available-events.md) | ||
* [On Events](events/grid-dataview-events.md) | ||
|
||
## Localization | ||
|
||
* [with I18N](localization/localization.md) | ||
* [with Custom Locales](localization/localization-with-custom-locales.md) | ||
|
||
## Testing | ||
|
||
* [Testing Patterns](testing/testing-patterns.md) | ||
|
||
## Grid Functionalities | ||
|
||
* [Auto-Resize / Resizer Service](grid-functionalities/grid-auto-resize.md) | ||
* [Resize by Cell Content](grid-functionalities/resize-by-cell-content.md) | ||
* [Column Picker](grid-functionalities/column-picker.md) | ||
* [Composite Editor Modal](grid-functionalities/composite-editor-modal.md) | ||
* [Custom Tooltip](grid-functionalities/custom-tooltip.md) | ||
* [Add, Update or Highlight a Datagrid Item](grid-functionalities/add-update-highlight.md) | ||
* [Dynamically Add CSS Classes to Item Rows](grid-functionalities/dynamic-item-metadata.md) | ||
* [Context Menu](grid-functionalities/context-menu.md) | ||
* [Custom Footer](grid-functionalities/custom-footer.md) | ||
* [Excel Copy Buffer Plugin](grid-functionalities/excel-copy-buffer.md) | ||
* [Export to Excel](grid-functionalities/export-to-excel.md) | ||
* [Export to File (csv/txt)](grid-functionalities/export-to-text-file.md) | ||
* [Grid Menu](grid-functionalities/grid-menu.md) | ||
* [Grid State & Presets](grid-functionalities/grid-state-preset.md) | ||
* [Grouping & Aggregators](grid-functionalities/grouping-aggregators.md) | ||
* [Header Menu & Header Buttons](grid-functionalities/header-menu-header-buttons.md) | ||
* [Pinning (frozen) of Columns/Rows](grid-functionalities/frozen-columns-rows.md) | ||
* [Providing data to the grid](grid-functionalities/providing-grid-data.md) | ||
* [Row Detail](grid-functionalities/row-detail.md) | ||
* [Row Selection](grid-functionalities/row-selection.md) | ||
* [Tree Data Grid](grid-functionalities/tree-data-grid.md) | ||
|
||
## Backend Services | ||
|
||
* [Custom Backend Service](backend-services/custom-backend-service.md) | ||
* [OData](backend-services/OData.md) | ||
* [GraphQL](backend-services/GraphQL.md) | ||
* [JSON Result Structure](backend-services/graphql/GraphQL-JSON-Result.md) | ||
* [Filtering Schema](backend-services/graphql/GraphQL-Filtering.md) | ||
* [Pagination Schema](backend-services/graphql/GraphQL-Pagination.md) | ||
* [Sorting Schema](backend-services/graphql/GraphQL-Sorting.md) | ||
|
||
## Migrations | ||
|
||
* [Migration Guide to 2.x](migrations/migration-to-2.x.md) | ||
* [Migration Guide to 3.x](migrations/migration-to-3.x.md) | ||
* [Migration Guide to 4.x](migrations/migration-to-4.x.md) | ||
* [Migration Guide to 5.x](migrations/migration-to-5.x.md) | ||
* [Migration Guide to 6.x](migrations/migration-to-6.x.md) | ||
* [Migration Guide to 7.x](migrations/migration-to-7.x.md) |
Oops, something went wrong.