Angular-Slickgrid

Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes

MIT License

Downloads
13.4K
Stars
387
Committers
23

Bot releases are hidden (Show)

Angular-Slickgrid - v6.6.6

Published by ghiscoding 11 months ago

6.6.6 (2023-12-15)

Fixes a small regression introduced by PR #1320, I assume this fix to be the last fix under the v6.x branch

Bug Fixes

  • regression externalResouces should also work globally (6afc9e9)
Angular-Slickgrid - v6.6.0

Published by ghiscoding 11 months ago

6.6.0 (2023-11-26)

Features

  • GraphQL: .excludeFieldFromQuery, exclude field but keep fields (61482dc)
Angular-Slickgrid - v6.5.1

Published by ghiscoding 12 months ago

6.5.1 (2023-11-13)

Release Info

This release brings couple of small features like compoundOperatorAltTexts (read Wiki) and GraphQL verbatimSearchTerms which avoid transforming filter searchTerms like null to an empty string (the lib does that by default because null wouldn't work on most filters which is why it is transformed to an empty string), some user might want the untouched terms and this verbatim flag gives you this. Most of the changes were done in Slickgrid-Universal

Bug Fixes

  • SlickCellRangeSelector stopped event bubbling in editor, fix #1303 (e6581db)
  • add ms-select-vanilla missing type & improve pkg exports (eab7e7e), closes #1313

Installation

Please remember that all packages of @slickgrid-universal (v3.5.1) and Angular-Slickgrid (v6.5.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.4.0

Published by ghiscoding 12 months ago

6.4.0 (2023-11-02)

Release Info

This new release brings nested sub-menu(s) to all Menu plugins, you can see examples below or see print screens in each PRs, you can use the sub-menus with 2 type of events (click or mouseover, the latter is the default). This involved a lot of refactoring, also please note that prior to this version ColumnPicker & GridMenu were created at the same time as the grid but menus were hidden and shown whenever clicked, however with this new release ColumnPicker/GridMenu will be created dynamically and on-the-fly.

This release also adds full support for GraphQL optional cursor pagination. Previous version never fully implemented cursor pagination until today. :) 🚀

Deprecations ⚠️

Please note that to align all Menu plugins, I decided to rename all HeaderMenu items array list as commandItems, updating your arrays are preferred but do not worry if you keep the previous names they still work and we will simply show a console warning for you to eventually change them.

  • Header Menu
    • rename items to commandItems

Examples with sub-menus & Wikis docs

Features

  • add new api for creating interactive angular component formatters (71d2132)
  • add sub-menus to all Menu extensions/plugins (b779ef1)
  • update GraphQL demo with cursor pagination (2ba991c)
  • update sample with an interactive title column (8b96324)

Installation

Please remember that all packages of @slickgrid-universal (v3.4.2) and Angular-Slickgrid (v6.4.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.3.0

Published by ghiscoding about 1 year ago

6.3.0 (2023-10-05)

Bug Fixes

  • avoid setTimeout after creating dynamic component, fixes #1273 (9436b68)
  • remove component after copying innerHTML (c4ba24a)

Features

  • add pageUp/pageDown/home/end to SlickCellSelection (7d08128)

Installation

Please remember that all packages of @slickgrid-universal (v3.3.0) and Angular-Slickgrid (v6.3.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.2.2

Published by ghiscoding about 1 year ago

6.2.2 (2023-09-24)

Bug Fixes

  • bump Slickgrid-Universal w/auto-resize w/o container, fixes #1266 (c8a9317)

Installation

Please remember that all packages of @slickgrid-universal (v3.2.2) and Angular-Slickgrid (v6.2.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.2.1 - Tree Data Totals with Aggregators

Published by ghiscoding about 1 year ago

6.2.1 (2023-09-05)

Prior to this release, I always thought Tree Data was not quite feature complete, the missing piece was Tree Totals with Aggregators and this is exactly what this new release brings. We can now calculate totals on a tree by using the same existing Aggregators (note that they had to be modified to support Tree Data aggregations). Most Aggregators are supported, but not all, the ones that are available in a Tree Data grid are (avg, count, min, max and sum), for more information see:


Bug Fixes

  • adding dataset hierarchical item shouldn't cause scroll flickering (4c5864f)
  • common: Select Filter/Editor enableRenderHtml incorrect, fix #1240 (0b8b52b)

Features

  • TreeData: add optional Aggregators for Tree Data totals calc (236add4)

Installation

Please remember that all packages of @slickgrid-universal (v3.2.1) and Angular-Slickgrid (v6.2.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.1.0

Published by ghiscoding over 1 year ago

6.1.0 (2023-07-21)

Features

  • common: add scrollIntoView to GridService addItems, fix #1201 (f93f5bf)

Installation

Please remember that all packages of @slickgrid-universal (v3.1.0) and Angular-Slickgrid (v6.1.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.0.1

Published by ghiscoding over 1 year ago

6.0.1 (2023-07-01)

Bug Fixes

  • grouping: DraggableGrouping could throw when leaving page (6ff7f98)
  • using esbuild requires to specify type imports (e694a6b)

Installation

Please remember that all packages of @slickgrid-universal (v3.0.1) and Angular-Slickgrid (v6.0.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v6.0.0 - jQuery removal

Published by ghiscoding over 1 year ago

6.0.0 (2023-05-29)

New major official 6.0 release which removes jQuery requirement entirely 🚀🎉⭐

Note Also note that Bootstrap 4.0 still requires jQuery, so you might want to upgrade to Bootstrap 5 if you have not done that yet.

Quick Summary - SlickGrid is now native

Here is our new major (breaking change) version v6.0.0 release, it uses the new Slickgrid-Universal v3.0.0 which dropped jQuery requirement. Also in order to completely remove jQuery, it not only required SlickGrid to be jQuery free but also required us to rewrite the multiple-select 3rd party lib (jQuery based) into a brand new multiple-select-vanilla lib which is now native and has zero dependencies. Now the entire Angular-Slickgrid / Slickgrid-Universal no longer require jQuery (you can still use jQuery but it's now totally optional) and is now using native browser code, this should lower your build size and also improve the grid performance as well.

Follow the Migration 6.x Guide


⚠ BREAKING CHANGES

  • drop jQuery requirement & use ms-select-vanilla dependency (#1150)

Installation

Please remember that all packages of @slickgrid-universal (v3.0.0) and Angular-Slickgrid (v6.0.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.6.4

Published by ghiscoding over 1 year ago

5.6.4 (2023-05-20)

Bug Fixes

  • export: fix negative number exports to Excel, fixes #1135 (f52dc8a)

Installation

Please remember that all packages of @slickgrid-universal (v2.6.4) and Angular-Slickgrid (v5.6.4) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.6.3

Published by ghiscoding over 1 year ago

5.6.3 (2023-03-23)

Bug Fixes

  • deps: update all non-major dependencies to ~2.6.3 (90a2ce2)
  • presets: dynamic columns should be auto-inserted with Grid Presets (8091790), closes #1092

Installation

Please remember that all packages of @slickgrid-universal (v2.6.3) and Angular-Slickgrid (v5.6.3) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.6.1

Published by ghiscoding over 1 year ago

5.6.1 (2023-03-03)

Description

The new feature in this release was to move all TypeScript Types (d.ts) into a single dist/types folder under Slickgrid-Universal which should lower the size of npm download.

Bug Fixes

  • Edit cell mouseout should save & excel copy should work, fix #1103 (295c81c)
  • draggable grouping shouldn't throw error when dynamically changing columns (b0791ec)

Installation

Please remember that all packages of @slickgrid-universal (v2.6.2) and Angular-Slickgrid (v5.6.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.5.1

Published by ghiscoding over 1 year ago

5.5.1 (2023-02-17)

Bug Fixes

  • RowDetail: Row Detail extension should work with editable grid (85cde68)

Installation

Please remember that all packages of @slickgrid-universal (v2.5.0) and Angular-Slickgrid (v5.5.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.4.1

Published by ghiscoding over 1 year ago

5.4.1 (2023-02-04)

This new release brings a "Select All" across all pages when using Pagination on a local grid (that is when it's not using Backend Services).

Note: the "Select All" will not change its behavior when used with BackendServiceApi (OData, GraphQL) since these services don't know anything from the other pages and IDs, it only has knowledge of its current page. So in that case, it will continue to Select All on the current page only

Features

  • dataView: add option to apply row selection to all pages (e6335be)

Installation

Please remember that all packages of @slickgrid-universal (v2.4.1) and Angular-Slickgrid (v5.4.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.3.0

Published by ghiscoding almost 2 years ago

5.3.0 (2023-01-21)

Bug Fixes

  • rxjs: make unsubscribe more generic to avoid RxJS update issue (14484ba)

Features

  • filters: update to latest Slickgrid-Universal which provides a new flag to disable special chars input filter parsing

Installation

Please remember that all packages of @slickgrid-universal (v2.3.0) and Angular-Slickgrid (v5.3.0) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.2.2 - Excel Export Custom Styling & Format

Published by ghiscoding almost 2 years ago

5.2.2 (2022-12-23)

This new release brings a lot of improvement on the Excel export feature, it will now auto-detect the correct cell format to use for a lot of column type. It is mostly helpful with column of type number, however please note that column Date type will be exported as string (not as Date type) even if exportWithFormatter (unless it is specifically set to false) the reason is because of complexity to implement in code, however that should be easy enough for the user to convert it himself. The next big thing, which is also for Excel export, is that we can now customize each column Excel cell styling & custom format (note that doing this would override any auto-detected Excel format).

Excel Custom Styling & Format Live Demo and Excel Custom Styling Wiki

Thanks to @austinsimpson for getting this feature started

Happy Holidays ⭐🎁🎄

Features

  • exports: add auto-detect and Excel custom cell (column) styling (5413e94)

Bug Fixes

  • styling: make Grid Menu item full width instead of max-content (b79a6ae)
  • common: cell selection in Firefox not working (45c5791)

Installation

Please remember that all packages of @slickgrid-universal (v2.2.2) and Angular-Slickgrid (v5.2.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - Release 5.1.3

Published by ghiscoding almost 2 years ago

5.1.3 (2022-12-08)

Bug Fixes

  • pinning: cols reorder & freezing shouldn't affect order (a81f92a)
  • sorting: update Slickgrid-Universal, fixes date sort shuffling (4f70ada)

Installation

Please remember that all packages of @slickgrid-universal (v2.1.3) and Angular-Slickgrid (v5.1.3) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.1.2 - styling issue and draggable grouping fixes

Published by ghiscoding almost 2 years ago

Bug Fixes

  • addons: onGroupChanged callback should be executed with Draggable (ff08f4b)
  • core: grid service resetGrid method wasn't always resetting (a5bf5f1)

Installation

Please remember that all packages of @slickgrid-universal (v2.1.2) and Angular-Slickgrid (v5.1.2) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)
Angular-Slickgrid - v5.1.1 - Slider Range Filter is back

Published by ghiscoding almost 2 years ago

Quick Summary

  • This new version brings back the Slider Range Filter (see Example 25), that was dropped in 5.0.0 because of the jQueryUI removal and this new Filter got rewritten in pure JS. That required a lot of code change and while at it, I decided to improve the styling and also merge all Slider Filters into 1 class (compound, range & single) to help build size. I also decided to merge all other Compound & Regular Filters into their own single classes for the same reason. Also all options related Slider were moved inside filterOptions and/or editorOptions
  • Some other great enhancements were done on the Custom Tooltip addon to help with Slider Filters/Editors, Tooltips will now receive the Slider value instantly while dragging the slider and with that you could even use the Slider without always showing the side numbers (see Example 25)
  • Another great feature was to add Sorting in each group by column of Draggable Grouping (see Example 19)
  • Lastly target elements were added to search events & Grid State allowing the user to know if a Compound Filter got updated by its compound operator dropdown or by its input value.

Bug Fixes

  • deps: update dependency dompurify to ^2.4.1 (84ecc9d)

Features

  • common: add "targetSelector" to onFilterChanged & Grid State (cd9bec4)
  • core: expose EventPubSub Service on AngularGridInstance (a1c5ad5)
  • filters: add back Slider Range filter in pure JS (271da15)
  • plugins: sync column definitions to user after plugin adds column (2359171), closes #1018

Installation

Please remember that all packages of @slickgrid-universal (v2.1.1) and Angular-Slickgrid (v5.1.1) must be updated at the same time and they will always get bumped on the same day to avoid any upgrade issues. You can also consult the Versions Compatibility Table - Wiki

please remember that Slickgrid-Universal monorepo now contains the biggest portion of the code (~90%), so most of the commits are now happening on that side.

  1. review the Slickgrid-Universal changelog
  2. and the Angular-Slickgrid changelog (above)