@slickgrid-universal/common

SlickGrid-Universal Common Code

Usage no npm install needed!

<script type="module">
  import slickgridUniversalCommon from 'https://cdn.skypack.dev/@slickgrid-universal/common';
</script>

README

License: MIT TypeScript lerna--lite npm npm

Actions Status Cypress.io jest codecov

Common Filters/Editors/Extensions/Services

@slickgrid-universal/common

This package is regrouping the most common features, extensions, interfaces that can be used by other Frameworks (it is framework agnostic). It includes all Editors, Filters, Formatters, Grouping, Extensions and Services as can be seen below.

Installation

Go to the root of the repo and follow the instructions provided in the main README

What is included?

  • Aggregators (min, max, avg, sum, ...)
  • Editors & Filters (input, singleSelect, multipleSelect, date, slider, ...)
  • Extensions (SlickGrid 3rd party controls/plugins)
  • Formatters (date formats, decimal, dollars, percent, bold, checkmark, ...)
  • Grouping Formatters (min, max, avg, sum, ...)
  • Services (filter, sort, grid state, ...)
  • SortComparers (date, numeric, string, ...)