Avoiding table/column width changes #13

Open
opened 2024-01-06 05:55:09 +01:00 by cryptogopher · 0 comments
Owner
  • on form open/close

  • on drag and drop table header change

  • option 1: Set form input/teaxarea width using CSS width:100% + min-width:Xem, so it will fill full width while maintaining some reasonable minimal size. Cannot be done with input/textarea size attribute.

  • option 2: set CSS min-width from HTML size/cols attributes using attr()? Or set min-width on column and width: 100% on inputs to size to column width.

* on form open/close * on drag and drop table header change * option 1: Set form input/teaxarea width using CSS width:100% + min-width:Xem, so it will fill full width while maintaining some reasonable minimal size. Cannot be done with input/textarea `size` attribute. * option 2: set CSS `min-width` from HTML `size`/`cols` attributes using `attr()`? Or set `min-width` on column and `width: 100%` on inputs to size to column width.
cryptogopher pinned this 2024-03-18 00:31:23 +01:00
cryptogopher changed title from Set form input/teaxarea width using CSS width:100% + min-width:Xem to Avoiding table/column width changes 2024-04-04 20:31:04 +02:00
cryptogopher unpinned this 2024-04-05 02:20:49 +02:00
cryptogopher pinned this 2024-12-30 00:45:08 +01:00
cryptogopher unpinned this 2025-01-13 02:29:58 +01:00
Sign in to join this conversation.
No description provided.