An open API service indexing awesome lists of open source software.

https://github.com/offspringer/mvc-datatables

A set of classes for ASP.NET MVC and Web API to provide server side functionalities to DataTables
https://github.com/offspringer/mvc-datatables

asp-net-mvc datatables dot-net dot-net-web-api

Last synced: over 1 year ago
JSON representation

A set of classes for ASP.NET MVC and Web API to provide server side functionalities to DataTables

Awesome Lists containing this project

README

          

[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]

## About The Project

This project aims to provide server side functionalities (namely ASP.NET MVC and Web API) to DataTables, a well known web component used to add advanced interation controls to standard HTML tables.

Based on the work of [Mvc.JQuery.Datatables](https://github.com/mcintyre321/mvc.jquery.datatables) and [Mvc.Bootstrap.Datatables](https://github.com/cdeutsch/Mvc.Bootstrap.Datatables).

### Built With

* [DataTables](https://datatables.net/) - Advanced interaction controls to HTML tables
* [Bootstrap](https://getbootstrap.com/) - Framework for building responsive, mobile-first sites
* [Visual Studio 2019](https://visualstudio.microsoft.com/pt-br/vs/) - Integrated development environment

## Getting Started

To get a copy up and running follow these steps.

### Prerequisites

This project requires .NET Framework 4.5.2 and Visual Studio 2019 to be built. These are the only tools required.

## Usage

You just need to follow the examples provived in the sample projects (preferably, the one ending with 'New').

### Advanced

If you just want to reference it on your project, use the Nuget package. Open the Package Manager console and issue the following command:

```
Install-Package Mvc.Datatables -Version 1.0.0.6
```

## Roadmap

See the [open issues](https://github.com/offspringer/mvc-datatables/issues) for a list of proposed features (and known issues).

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project

2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)

3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)

4. Push to the Branch (`git push origin feature/AmazingFeature`)

5. Open a Pull Request

## License

Distributed under the MIT License. See `LICENSE` for more information.

## Acknowledgements

* [StackEdit](https://stackedit.io)

* [mcintyre321/mvc.jquery.datatables](https://github.com/mcintyre321/mvc.jquery.datatables)

* [cdeutsch/Mvc.Bootstrap.Datatables](https://github.com/cdeutsch/Mvc.Bootstrap.Datatables)

* [othneildrew/Best-README-Template: An awesome README template to jumpstart your projects! (github.com)](https://github.com/othneildrew/Best-README-Template)

[contributors-shield]: https://img.shields.io/github/contributors/offspringer/mvc-datatables.svg?style=for-the-badge
[contributors-url]: https://github.com/offspringer/mvc-datatables/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/offspringer/mvc-datatables.svg?style=for-the-badge
[forks-url]: https://github.com/offspringer/mvc-datatables/network/members
[stars-shield]: https://img.shields.io/github/stars/offspringer/mvc-datatables.svg?style=for-the-badge
[stars-url]: https://github.com/offspringer/mvc-datatables/stargazers
[issues-shield]: https://img.shields.io/github/issues/offspringer/mvc-datatables.svg?style=for-the-badge
[issues-url]: https://github.com/offspringer/mvc-datatables/issues
[license-shield]: https://img.shields.io/github/license/offspringer/mvc-datatables.svg?style=for-the-badge
[license-url]: https://github.com/offspringer/mvc-datatables/blob/master/LICENSE
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/rogertdsantos/