fingers10 / JqueryDataTablesServerSide

Asp.Net Core Server Side for Jquery DataTables Multiple Column Filtering and Sorting with Pagination and Excel Export
MIT License
227 stars 37 forks source link

SelectList #53

Open olegbonder opened 4 years ago

olegbonder commented 4 years ago

Can you add in class "JqueryDataTablesHtmlLocalizedTagHelper" search by html tag "select" using class "Microsoft.AspNetCore.Mvc.Rendering.SelectList" in ViewModel? Example in asp net core: Example in Datatables.net: https://www.datatables.net/examples/api/multi_filter_select.html

Thank you