All Projects → mcintyre321 → Mvc.jquery.datatables

mcintyre321 / Mvc.jquery.datatables

Licence: mit
ASP MVC Helpers for connecting IQueryables with the amazing DataTables.net plugin

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Mvc.jquery.datatables

Remote.linq
Simply LINQ your remote resources...
Stars: ✭ 136 (-24.02%)
Mutual labels:  linq
Jaque
Lets Java 8 Lambdas to be represented as objects in the form of expression trees at runtime
Stars: ✭ 152 (-15.08%)
Mutual labels:  linq
Mui Datatables
Datatables for React using Material-UI - https://www.material-ui-datatables.com
Stars: ✭ 2,246 (+1154.75%)
Mutual labels:  datatables
Data Forge Js
JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.
Stars: ✭ 139 (-22.35%)
Mutual labels:  linq
Masuit.tools
ldqk.xyz/55
Stars: ✭ 2,539 (+1318.44%)
Mutual labels:  linq
Framework
Open Source framework for writing data-centric applications over the latest technologies: .Net Core, C# 8 (not-nullable), ASP.NET Web API, Typescript 3.7 (strict), React, D3 and Sql Server or PostgreeSQL
Stars: ✭ 153 (-14.53%)
Mutual labels:  linq
Fluent Nhibernate
Fluent NHibernate!
Stars: ✭ 1,611 (+800%)
Mutual labels:  linq
Linq2db.entityframeworkcore
Bring power of Linq To DB to Entity Framework Core projects
Stars: ✭ 166 (-7.26%)
Mutual labels:  linq
Rangeless
c++ LINQ -like library of higher-order functions for data manipulation
Stars: ✭ 148 (-17.32%)
Mutual labels:  linq
Material Ui Datatables
An another React Data tables component.
Stars: ✭ 163 (-8.94%)
Mutual labels:  datatables
Linq.extras
A set of extension methods to complement the ones from System.Linq.Enumerable
Stars: ✭ 139 (-22.35%)
Mutual labels:  linq
Datatables Bundle
DataTables bundle for Symfony
Stars: ✭ 142 (-20.67%)
Mutual labels:  datatables
Nhibernate Core
NHibernate Object Relational Mapper
Stars: ✭ 1,918 (+971.51%)
Mutual labels:  linq
Sqlalchemy Datatables
SQLAlchemy integration of jQuery DataTables >= 1.10.x (Pyramid and Flask examples)
Stars: ✭ 136 (-24.02%)
Mutual labels:  datatables
Onemore
A OneNote add-in with simple, yet powerful and useful features
Stars: ✭ 163 (-8.94%)
Mutual labels:  linq
Bootstrap Table
An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation, Vue.js)
Stars: ✭ 11,068 (+6083.24%)
Mutual labels:  datatables
Quill
Compile-time Language Integrated Queries for Scala
Stars: ✭ 1,998 (+1016.2%)
Mutual labels:  linq
Company Website Pro
现代公司企业官网以及电子商务产品网站
Stars: ✭ 172 (-3.91%)
Mutual labels:  datatables
Linq2db
Linq to database provider.
Stars: ✭ 2,211 (+1135.2%)
Mutual labels:  linq
Bovespastockratings
Crawler for Fundamental analysis platform for BOVESPA stocks, generating a score for each share according to the selected criteria on the indicators.
Stars: ✭ 154 (-13.97%)
Mutual labels:  datatables

turn IQueryables into datagrids

Join the chat at https://gitter.im/mcintyre321/mvc.jquery.datatables

Install-Package Mvc.JQuery.DataTables

Install-Package Mvc.JQuery.DataTables.Templates *

Demo site Example

  • turn any IQueryable into a live datagrid. Tested with:
    • Linq To Objects
    • Entity Framework
    • Lucene.Net.Linq
  • wraps the very comprehensive jquery datatables plugin. Supported features:
    • Filtering (text, date or datetime range (with datepicker), number ranges, choose from dropdown, multiple values using checkboxes)
    • Sorting (configurable per column)
    • Paging (choose page size options, or fix them)
    • Customer column rendering
    • Custom positioning of filters (e.g. you could move them above the table)
    • Localization
    • TableTools support (PDF/Excel export)
    • Attribute based configuration (optional)
  • Can be run from dll

*skip this if using EmbeddedResourceVirtualPathProvider

See the test page and example project for info on how to use

http://nuget.org/packages/Mvc.JQuery.DataTables

The code here is based on code from http://code.google.com/p/datatables-asp-mvc/

Note to users

This library has been developed on an as-needed basis, so not all configuration settings from datatables are implemented yet. If you need a setting to be added, please fork the project, update the code, and update the example page to include a usage of the new setting (where this makes sense) e.g. https://github.com/mcintyre321/mvc.jquery.datatables/commit/c70f9c1f51178386e84a73ccea4495343f815012

If you have a feature request, bug, or a patch, please could you add an example page on a fork demonstrating the problem or feature. Thanks!

Flattr this git repo

If you have found this project useful, please consider contributing some documentation - it's the biggest weakness!

THANKS

To https://randomuser.me/ for the image thumbnails used in the example site

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].