Skip to content

Commit 447887c

Browse files
committed
nusoec updated and readme modified
1 parent 3a6f0e3 commit 447887c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.Mvc.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
## Install
2-
[Install nuget package](http://link)
3-
4-
`Install-Package JQDTServerSide.Mvc`
51
## How to use
62
Add the `[JQDataTable]` attribute to the ajax controller action. Return 'View(data)' where 'data' is of type IQueryable<>. On the client side configure the table for server side processing acccording to the jQuery Data Tables documentation https://datatables.net/examples/data_sources/server_side.html.
73

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Supports:
1010

1111
Currently tested with Entity Framework versions 6.0.0 and 6.2.0 and Datatables version 1.10.16.
1212

13+
## Install
14+
#### MVC 5
15+
[Install nuget package](http://link)
16+
17+
`Install-Package JQDTServerSide.Mvc`
18+
1319
[How to use with MVC 5](https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing/blob/master/README.Mvc.md)
1420

1521
## How to use on the client side

nuget/Package.MVC.1.0.0-rc.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<projectUrl>https://github.com/VladimirDimov/jQuery-Datatables-Server-Side-Processing</projectUrl>
1010
<!--<iconUrl></iconUrl>-->
1111
<requireLicenseAcceptance>false</requireLicenseAcceptance>
12-
<description>MVC component which adds functionality for automatic server side processing for the famous table plugin for jQuery. Supports paging, searching, sorting and custom filters (Less Than, Less than or equal, Greater than, Greater than or equal and Equal) and nested objects.</description>
12+
<description>MVC component which adds functionality for automatic server side processing for the famous table plugin for jQuery - DataTables. Supports paging, searching, sorting and custom filters (Less Than, Less than or equal, Greater than, Greater than or equal and Equal) and nested objects.</description>
1313
<releaseNotes></releaseNotes>
1414
<copyright>Copyright 2017</copyright>
1515
<tags>data table datatable serverside jquery datatables data-tables mvc asp mvc5 server side server-side</tags>

0 commit comments

Comments
 (0)