Giter VIP home page Giter VIP logo

jquery-datatables-server-side-processing's People

Contributors

jomsk1e avatar vladimirdimov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

jquery-datatables-server-side-processing's Issues

Update For .NET 5

Is it possible to update this libary to be useable in .NET 5 and MVC Core?

Custom filter - like, contains, sum

Hi, how can we do contains, begins with or sum in the filters.

Also how can we add custom css for some color coded colmn values, red vs black

Build fails

Missing DLL's in solution causing the build to fail:

Severity Code Description Project File Line Suppression State
Error Could not copy the file "\jQuery-Datatables-Server-Side-Processing-master\src\Examples\Examples.Mvc\SqlServerTypes\x64\msvcr120.dll" because it was not found. Examples.Mvc
Error Could not copy the file "\jQuery-Datatables-Server-Side-Processing-master\src\Examples\Examples.Mvc\SqlServerTypes\x64\SqlServerSpatial140.dll" because it was not found. Examples.Mvc
Error Could not copy the file "\jQuery-Datatables-Server-Side-Processing-master\src\Examples\Examples.Mvc\SqlServerTypes\x86\msvcr120.dll" because it was not found. Examples.Mvc
Error Could not copy the file "\jQuery-Datatables-Server-Side-Processing-master\src\Examples\Examples.Mvc\SqlServerTypes\x86\SqlServerSpatial140.dll" because it was not found. Examples.Mvc

Multiple Value Search/Filter does not work

I was unable to filter out multiple values from a column using either regex or server side extensions..
public override void OnDataProcessing(ref object itemList, RequestInfoModel requestInfoModel) { var dataAsQueryable = itemList as IQueryable<ChqReqIndexItemVM>; Column companyCodeCol = requestInfoModel.TableParameters.Columns.ElementAt(6); //6 - company code column if (!String.IsNullOrEmpty(companyCodeCol.Search.Value) && companyCodeCol.Search.Regex) { if (companyCodeCol.Search.Value.Contains('|')) { var splitQuery = companyCodeCol.Search.Value.Split('|').ToList(); itemList = dataAsQueryable.Where(c => c.CompanyCode == "SEBK" ); // splitQuery.Contains(c.CompanyCode)); } } }
I also have used OnColumnsFilterDataProcessing & OnColumnsFilterDataProcessed but to no avail. Please advise.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.