Column search/filter pull-down menu width for columns with line breaks
Column search/filter pull-down menu width for columns with line breaks
kirkilj
Posts: 1Questions: 1Answers: 0
If a column has cells with explicit line breaks, the column search/filter pull-down menu's width is determined by the longest concatenated length of the lines in the column's cells.
- Is there a way to limit the width of the pull-down from its automatic width determination by CSS or otherwise?
- Perhaps alternatively, is there a way to apply a function to the values used to construct the pull down to truncate the value at the first line break, if there is one, so only the first line of a cell is considered when producing a list of unique column values?
Answers
See if this thread answers your question.
Assuming you are using something like this example you can update this code to adjust the text displayed.
Kevin