Limit width of Column Filter Textbox #223
Closed
rossaddison
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Pass widget to new DataColumn(
// ...
filter: \Yiisoft\Yii\DataView\Filter\Widget\TextInputFilter::widget()
->addAttributes(['style' =>'max-width: 50px']),
// ...
), |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have the following in my
which reduces the column width but not the filter text width so the filter is still extending over the column into another column.
![image](https://private-user-images.githubusercontent.com/8538339/388575702-429444de-dc3c-4fe2-9c8f-eab264b4b127.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyODEwMTUsIm5iZiI6MTczOTI4MDcxNSwicGF0aCI6Ii84NTM4MzM5LzM4ODU3NTcwMi00Mjk0NDRkZS1kYzNjLTRmZTItOWM4Zi1lYWIyNjRiNGIxMjcucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTFUMTMzMTU1WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YWRhNTdiMGI2ZDJiYzA4NjdkNTYyMGU2MWJkNzFhZTFkZTM4NTk5NGJkMjE5MDBkNjY4ODdjNzJmZGMxZGNlOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.OB8Taq65G1NltlHVc5yX8NjrY_bjMUe8JzbMxN2ul0U)
Any ideas how I can change this? I see there is a FilterWidget interface with 'withContent'.
Beta Was this translation helpful? Give feedback.
All reactions