css - textboxes in HTML table: How to auto-size? -
I want to add a line below my HTML table (or at the top, whatever) with a text box in each Columns (to allow filtering of the contents of each column)
The FWIW table is based on the jQuery Datatylls plug-in.
The problem is that the text box wider the column, I want each textbox to fill its column width without its extension. How can I do this?
Try & lt; Input type = "text" style = "width: 100%" />
to get the width of the original TD.
Comments
Post a Comment