Giter VIP home page Giter VIP logo

Comments (6)

sebastianbk avatar sebastianbk commented on May 28, 2024

When is this coming? It can't be too hard to do?

from datatables.queryable.

VictorioBerra avatar VictorioBerra commented on May 28, 2024

It was super easy I did it here at work but I can't share the code. Just create a new dotnet core 2. 1 his files and don't forget to add ef core

Also there might be a fork that somebody already did it. Check the forks of this project

from datatables.queryable.

sebastianbk avatar sebastianbk commented on May 28, 2024

Hi @VictorioBerra. Thanks for the tip. I followed your advice and created this: https://github.com/sebastianbk/DataTables.Queryable.Core

from datatables.queryable.

VictorioBerra avatar VictorioBerra commented on May 28, 2024

Nice. Some gotchas I found are this library does not handle searching dates very well at all. So be aware of that, and it essentially generates a contains on everything.

What I ended up doing was ditching this library and moving over to X.PagedList for paging and System.Linq.Dynamic for Ordering. Then for searching I just configure the filters via .Where by hand. You could go a step further and add SearchExtensions.

from datatables.queryable.

sebastianbk avatar sebastianbk commented on May 28, 2024

Hi again. Thanks a lot for the tips. It seems like you have spent quite a lot of time figuring out the best way to handle the interaction between DataTable and ASP.NET. 😃 I think I will stick with this library for now but, if I run into any of the issues you mention, I will definitely have a look at your links. Cheers!

from datatables.queryable.

AlexanderKrutov avatar AlexanderKrutov commented on May 28, 2024

Latest versions (since 1.7.0) of the library support .Net Core 2.0. Please check the: https://www.nuget.org/packages/DataTables.Queryable

from datatables.queryable.

Related Issues (20)

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.