cdeutsch / Mvc.Bootstrap.Datatables

MIT License
6 stars 3 forks source link

Differences from Mvc.Jquery.Datatables #2

Open mcintyre321 opened 9 years ago

mcintyre321 commented 9 years ago

Hi, I'm the author of Mvc.JQuery.DataTables - I was wondering what changes/simplifications you have made to original the library, or what issues you encountered with it. Thanks!

douglasfls commented 9 years ago

Hi,

i've made this case implementation work http://www.datatables.net/examples/api/multi_filter.html :)

i've added the header filters and the generic search to the query so you can type any name, value, etc... and the dynamic linq will filter the information for you based on the existing collumns.

Douglas F. Lopes dos Santos Microsoft .NET Specialist douglasfls@live.com

Date: Thu, 14 Aug 2014 06:21:31 -0700 From: notifications@github.com To: Mvc.Bootstrap.Datatables@noreply.github.com Subject: [Mvc.Bootstrap.Datatables] Differences from Mvc.Jquery.Datatables (#2)

Hi, I'm the author of Mvc.JQuery.DataTables - I was wondering what changes/simplifications you have made to original the library, or what issues you encountered with it. Thanks!

— Reply to this email directly or view it on GitHub.

cdeutsch commented 9 years ago

@mcintyre321 I don't remember would have to do a diff.

I think you had stuff in there to auto render the HTML, etc. I don't use any of that.

I mainly use it just for the DataTablesResult functionality: https://github.com/crdeutsch/Mvc.Bootstrap.Datatables/blob/master/Library/DataTablesResult.cs

I wire up the tables using the dataTable library directly: https://github.com/crdeutsch/Mvc.Bootstrap.Datatables/blob/master/Sample/Mvc.Bootstrap.Datatables.Sample/Views/Home/Index.cshtml#L34

Honestly the only reason I published this is so I could add it to projects using Nuget. And since it was on Nuget and based on your work I throw it in GitHub. I don't have much incentive/time to support the community beyond that unfortunately.