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:
Go to 'CommandsHelper.cs' in folder Helpers
Scroll down to line 43
add condition to detect which version of bootstrap is used in theme
Expected behavior
datatableJs can used in every version of bootstrap
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:
Expected behavior datatableJs can used in every version of bootstrap