Skip to content

DavidSuescunPelegay/jQuery-datatable-server-side-net-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery DataTable Server-Side with .NET

A simple Visual Studio solution using jQuery DataTable with Server-Side processing using .NET

Table of Contents

Getting Started

  • Download the latest release here, or download a previous release here
  • Uncompress the ZIP and open the solution with Visual Studio
  • Run or Debug the solution and you'll have 1000 rows being server-side processed with jQuery DataTable plugin
  • Export the filtered registers in several formats: Excel, CSV, HTML, JSON, XML and YAML

Branches

Branches Releases .NET Version Description
master 6.0 (SDK: 6.0.302) Development branch
net-60 3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
6.0 (SDK: 6.0.302) Latest version with .NET 6.0
net-50 2.0.0 5.0 (SDK: 5.0.402) Latest version with .NET 5.0
net-50-preview 1.4.0-preview 5.0 (SDK: 5.0.100-preview.7.20366.6) Latest version with .NET 5.0 (info) 🧪
net-core-31 1.3.1
1.3.0
3.1 (SDK: 3.1.301) Latest version with .NET Core 3.1
net-core-30 1.2.0 3.0 (SDK: 3.0.103) Latest version with .NET Core 3.0
net-core-22 1.1.1
1.1.0
2.2 (SDK: 2.2.202) Latest version with .NET Core 2.2
net-core-22-old 1.0.0 2.2 (SDK: 2.2.202) Old .NET Core 2.2 version (discontinued)

Dependencies

External libraries

Testing

This project was developed and tested using:

  • Microsoft Visual Studio Enterpise 2022 (version 17.5.5) + GhostDoc Community VS Extension (v2021.2.21290) for generating XML Documentation
  • Windows 11 Pro (version 21H2) (OS build 22000.1936)

Issues

Feel free to report any kind of issue here

Pull requests

You can add new features, improve an existing item or fix bugs by doing a pull request here

Author