Giter VIP home page Giter VIP logo

fingers10 / jquerydatatablesserversidedemo Goto Github PK

View Code? Open in Web Editor NEW
45.0 3.0 15.0 1.98 MB

Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.

License: MIT License

C# 66.54% HTML 20.18% JavaScript 12.94% CSS 0.34%
jquery-datatables aspnetcore aspnetcoremvc aspnetcorerazorpages aspnetcorewebapi serverside dynamic runtime multiplecolumn searching

jquerydatatablesserversidedemo's Introduction

Jquery DataTables Server Side Demo

Jquery DataTables with Asp.Net Core server side multi column sorting and searching with pagination and excel export Demo Project.

jquerydatatablesserversidedemo's People

Contributors

elchepos avatar fingers10 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jquerydatatablesserversidedemo's Issues

Error when multiple columns are being searched

Please try with making a change in app.js

$('#btnExternalSearch').click(function () {
table.columns(([0, 1, 2, 4])).search($('#txtExternalSearch').val()).draw();
});

You will get an error
at EnumSearchExpressionProvider with "Invalid Search value".

Can you please allow for a search on enums if search value does not match the enum values.
It shall return no data

What am I missing?

Many thanks for this but when running I just get an empty, one row table. I suspect I'm missing something?

Demo fails on DateTime search.

Run demo project.
Try to search for 2012 in Start Date column.
See error message "DataTables warning: table id=fingers10 - Internal Server Error"
"Loading Data" spinner gets stuck forever.

Searching for mobile number in DataTable gives exception "Invalid Search Value".

I have implemented this datatbles in my project in asp.net core 3.0 project. My view model is almost same as my database model except a fiew fields which I have mapped with automapper.
Everything i.e create, edit and delete works fine but when I search for mobile number then it gives exception. Searching on other fields works fine. My mobile is declared as string in both models and name of property is also same.

enum Search doesn't use Display property value

Hi

When using the Position field search, I assumed that the value 'CEO' would yield some results (because that is what I saw displayed in some records). After some digging, I now realize that the 'contains' expression is not using the display name value. Is it possible to change SearchableEnum to use the displayname values in its expression?

Regards

Rob

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.