Skip to content

Commit d6fb428

Browse files
Added README
1 parent 7c6b98b commit d6fb428

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# jQuery-datatable-server-side-net-core
2-
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET Core 2.2
1+
# jQuery DataTable Server-Side with ASP.NET Core 2.2
2+
3+
A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET Core 2.2 (SDK: 2.2.202)
4+
5+
## Getting Started
6+
* Just click 'Clone or download' button to download the full VS solution
7+
* Open the solution with Visual Studio
8+
* Run or Debug the solution and VOILÁ, you have 1000 rows being server-side processed with jQuery DataTable plugin.
9+
10+
## External libraries (already included in the project)
11+
* Bootstrap (v4.1.3)(https://getbootstrap.com/)
12+
* jQuery (v3.3.1)(https://jquery.com/)
13+
* jQuery-datatable (v1.10.19)(https://datatables.net/)
14+
* datetime-moment (v1.10.19)(https://datatables.net/plug-ins/sorting/datetime-moment)
15+
* momentjs (v2.24.0)(https://momentjs.com/)
16+
17+
## Testing
18+
19+
This project was checked and tested using:
20+
21+
- Microsoft Visual Studio Enterpise 2019 (version 16.0.0)
22+
- Windows 10 Pro (version 1809) (OS build 17763.404)
23+
24+
## Author
25+
26+
* **David Suescun Pelegay** - *Developer* - [GitHub](https://github.com/DavidSuescunPelegay)

0 commit comments

Comments
 (0)