ekondur / DatatableJS

Jquery datatable with entity framework using MVC html helper
MIT License
36 stars 15 forks source link

Commands not working with bootstrap 5 #82

Closed nazerulgit closed 2 years ago

nazerulgit commented 2 years ago

Describe the bug tag helper commands not working with bootstrap 5, because it still use attribute data-toggle instead of data-bs-toggle, so the dropdown is not showing up

To Reproduce Steps to reproduce the behavior:

  1. Go to 'CommandsHelper.cs' in folder Helpers
  2. Scroll down to line 43
  3. add condition to detect which version of bootstrap is used in theme

Expected behavior datatableJs can used in every version of bootstrap

ekondur commented 2 years ago

Hi @nazerulgit It has fixed with version 3.2.5 Thank you!