I'm struggling with a custom skin in my filter row
So the markup is
The question is how to get the button to line up with the right side of the filter row with a fixed width, and have the textbox fill the remaining space...
Doable?
So the markup is
<
tr
class
=
'rgFilterRow'
>
<
td
>
<
input
> <-- Textbox
<
input
> <-- Filter Control Button
The question is how to get the button to line up with the right side of the filter row with a fixed width, and have the textbox fill the remaining space...
Doable?