Gridify icon indicating copy to clipboard operation
Gridify copied to clipboard

Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.

Results 24 Gridify issues
Sort by recently updated
recently updated
newest added

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.10 to 5.0.12. Changelog Sourced from vite's changelog. 5.0.12 (2024-01-19) fix: await configResolved hooks of worker plugins (#15597) (#15605) (ef89f80), closes #15597 #15605 fix: fs deny for...

dependencies

### Details I've opened this issue to invite feedback and potential contributions, particularly from those with experience in NativeAOT. Our goal is to explore the feasibility of implementing NativeAOT support...

enhancement
help wanted

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes #130 (issue) ## Type of change - [...

### Details Hello When using Gridify with Elasticsearch, I receive an error when I perform a query on a nested list: ![image](https://github.com/alirezanet/Gridify/assets/4854710/616f00d7-6735-442d-8364-3f6fe25589ad) Analyzing the code, I saw that a NotSupportedException...

enhancement
elasticsearch

### Details Currently, we're expanding the Elastic client's capabilities using a few extension classes powered by Gridify. It would be awesome if we could have a dedicated and non-generic DSL...

enhancement
elasticsearch

### Details When we have a shared library, such as `http-client`, with shared DTOs that have filters, we need access to some interface/class from the Gridify library. These include: -...

enhancement

### Details Documentation website is using early beta version of Vuepress2, we need to update it to the latest version to fix vulnerabilities detected by Dependabot: https://github.com/alirezanet/Gridify/security/dependabot

documentation
good first issue

### Version 2.8.4 ### Details When adding a filter on a string which contains null data, GridifyQueryable throws a null reference exception. Here is an example of the crash: ```...

enhancement

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Fixes #161 ## Type of change - [x] New...

### Details System.Reflection.Emit is provide as part of the framework & as such an explicit dependency is not needed especially on the newer TFM.

enhancement