All Projects → alirezanet → Gridify

alirezanet / Gridify

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

Programming Languages

C#
18002 projects
shell
77523 projects

Projects that are alternatives of or similar to Gridify

Queryql
Easily add filtering, sorting, and pagination to your Node.js REST API through your old friend: the query string!
Stars: ✭ 76 (-79.57%)
Mutual labels:  pagination, sorting, query, filtering
JqueryDataTablesServerSideDemo
Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.
Stars: ✭ 43 (-88.44%)
Mutual labels:  sorting, filtering, ordering
Linq2db.entityframeworkcore
Bring power of Linq To DB to Entity Framework Core projects
Stars: ✭ 166 (-55.38%)
Mutual labels:  linq, entity-framework, entity-framework-core
ag-grid
The best JavaScript Data Table for building Enterprise Applications. Supports React / Angular / Vue / Plain JavaScript.
Stars: ✭ 8,743 (+2250.27%)
Mutual labels:  pagination, sorting, filtering
apex-query-builder
Convenient query builder for dynamic SOQL queries
Stars: ✭ 37 (-90.05%)
Mutual labels:  query, query-builder, dynamic-queries
spring-boot-jpa-rest-demo-filter-paging-sorting
Spring Boot Data JPA with Filter, Pagination and Sorting
Stars: ✭ 70 (-81.18%)
Mutual labels:  pagination, sorting, filtering
LinqBuilder
LinqBuilder is an advanced implementation of the specification pattern specifically targeting LINQ query generation.
Stars: ✭ 34 (-90.86%)
Mutual labels:  linq, entity-framework, entity-framework-core
Vuejs Datatable
A Vue.js component for filterable and paginated tables.
Stars: ✭ 148 (-60.22%)
Mutual labels:  pagination, sorting, filtering
Vue Table Dynamic
🎉 A dynamic table with sorting, filtering, editing, pagination, multiple select, etc.
Stars: ✭ 106 (-71.51%)
Mutual labels:  pagination, sorting, filtering
Filterable
Filtering from incoming params in Elixir/Ecto/Phoenix with easy to use DSL.
Stars: ✭ 83 (-77.69%)
Mutual labels:  pagination, sorting, query-builder
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+4130.91%)
Mutual labels:  pagination, sorting, filtering
Vue Bootstrap4 Table
Advanced table based on Vue 2 and Bootstrap 4 ⚡️
Stars: ✭ 187 (-49.73%)
Mutual labels:  pagination, sorting, filtering
Beetle.js
🪲 Javascript ORM, manage your data easily.
Stars: ✭ 53 (-85.75%)
Mutual labels:  linq, entity-framework, odata
Csharp Datatables Parser
C# Serverside parser for the popuplar jQuery datatables plugin.
Stars: ✭ 119 (-68.01%)
Mutual labels:  linq, entity-framework-core
Impatient
Ain't nobody got time for data
Stars: ✭ 110 (-70.43%)
Mutual labels:  linq, entity-framework-core
Remote.linq
Simply LINQ your remote resources...
Stars: ✭ 136 (-63.44%)
Mutual labels:  linq, entity-framework
Linq.translations
Declare properties on an object that can be translated by LINQ
Stars: ✭ 51 (-86.29%)
Mutual labels:  linq, entity-framework
Blazor-CRUD
Simple CRUD application using C#/Blazor
Stars: ✭ 25 (-93.28%)
Mutual labels:  entity-framework, entity-framework-core
EntityFrameworkCore.AutoFixture
A library aimed to minimize the boilerplate required to unit-test Entity Framework Core code using AutoFixture and in-memory providers.
Stars: ✭ 31 (-91.67%)
Mutual labels:  entity-framework, entity-framework-core
BlazorEFCoreMultitenant
Examples of multitenancy using EF Core and Blazor.
Stars: ✭ 67 (-81.99%)
Mutual labels:  entity-framework, entity-framework-core

Gridify (A Modern Dynamic LINQ library)

GitHub Nuget Nuget Nuget (with prereleases) GitHub Workflow Status NuGet version (Gridify)

Gridify

Introduction

Gridify is a dynamic LINQ library that converts your string to a LINQ query in the easiest way possible with excellent performance. it also, introduces an easy way to apply Filtering, Sorting and Pagination using text-based data.

Features

  • It's Fast and easy to use
  • Supports filtering, sorting, and pagination
  • Supports string to LINQ conversion
  • Supports nested queries and sub-collections
  • Supports string to object mapping
  • Supports query compilation
  • Supports collection indexes
  • Custom Operators
  • Compatible with ORMs specially Entity Framework
  • Can be used on every collection that LINQ supports
  • Compatible with Object-mappers like AutoMapper

Documentation

Check out our docs at https://alirezanet.github.io/Gridify/.

Want to support us?

  • Don't forget to give a to this repo on GitHub!
  • Share your feedback and ideas to improve the library!
  • Share the library on your favorite social media and your friends!
  • Help us to improve the documentation!

Contribution

Feel free to send us a pull request!

Check out the Contribution Page

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].