Search Box Sizing (filter)

Search Box Sizing (filter)

cersoscersos Posts: 40Questions: 10Answers: 1

When resizing a table, the search box gets a 'size=6' added when in bootstrap and the width goes below a certain threshold.

Is there a way to make the 'size=6' there always?

Answers

  • cersoscersos Posts: 40Questions: 10Answers: 1

    Maybe this will help someone...

    in the initComplete, and anytime the table is redrawn

    jQuery('#yourTableTable_filter').find("input").attr('size',6);

Sign In or Register to comment.