Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table Filter Control Bug Issue: data-height conflicting with data-filter-control SELECT #519

Open
AGENTJR opened this issue Jun 20, 2024 · 1 comment

Comments

@AGENTJR
Copy link

AGENTJR commented Jun 20, 2024

This issue has been going on for two years or more. It appears when without the data-height - the data-filter-control with SELECT works however it causes it loses the styling. In our layout cshtml it also uses the following:

**<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link href="~/lib/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="~/lib/bootstrap-table-master/dist/bootstrap-table.min.css">
<link rel="stylesheet" href="~/lib/bootstrap-table-master/dist/extensions/filter-control/bootstrap-table-filter-control.min.css">
<link href="~/lib/paper-dashboard/css/paper-dashboard.min.css" rel="stylesheet" asp-append-version="true" />**

So when we put the data-height back in - the style is not lost BUT the data-filter-control with SELECT doesn't work in retaining the selected value. For example if you have [All], [Yes],[No]. So when you select [No], the table filters correctly but the dropdown defaults to [All]. When you select [All], it doesn't refresh the table as to clear the filters.

Please can this be sorted out ASAP to make sure the Data-Height AND data-filter-control with SELECT can work together.

@smillove
Copy link
Contributor

smillove commented Jun 20, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants