Filter on span title attribute
Filter on span title attribute
eifachoeppis
Posts: 1Questions: 0Answers: 0
I have a status column which shows a shortened string. In contains a span element which has the whole string as a title attribute so the user can see it on hover.
Now I want to be able to filter the table based on the title attribute.
For example the content of the cell is [code]This is...[/code] when I now filter for "a test" it finds nothing.
I tried several different data types but none of them filtered the title attribute.
Is there a way to do this?
The strange thing is it works when the title is text and the content is a number.
Now I want to be able to filter the table based on the title attribute.
For example the content of the cell is [code]This is...[/code] when I now filter for "a test" it finds nothing.
I tried several different data types but none of them filtered the title attribute.
Is there a way to do this?
The strange thing is it works when the title is text and the content is a number.
This discussion has been closed.
Replies
Allan