cdeutsch / Mvc.Bootstrap.Datatables

MIT License
6 stars 3 forks source link

Update for DataTables v1.10.x API #1

Open lbowers opened 10 years ago

lbowers commented 10 years ago

This is a fantastic library. I was amazed to find that my Linq based ORM automatically started sorting and paging data when used with this library. Brilliant!

2 points/questions:

  1. I think you'd find even more people adopting this library if you provide a simple quick start guide/document, rather than leaving people to have a look around at the sample project. It's not particularly obvious what this package offers over some of the other DataTables MVC packages that can be found on NuGet, and people won't realise what they're missing out on.
  2. Are you planning to update this for DataTables v1.10's new API?

Thanks

cdeutsch commented 10 years ago

Thanks for the feedback!

To be honest it's just public so I can use Nuget to pull it into my own projects. ;)

1) I don't have much motivation to do the documentation unfortunately but would accept pull requests.

2) No plans, but if I find a project needs it, I will.