File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1717- Increase spacing between items in the columns component for improved readability.
1818- Fixed invalid decoding of some less common data types in Microsoft SQL Server and MySQL.
1919- Fixed a display bug where the table search box would disappear when scrolling horizontally in a large table.
20+ - Remove small blank padding around tables in the table component
2021
2122## 0.30.1 (2024-10-31)
2223- fix a bug where table sorting would break if table search was not also enabled.
Original file line number Diff line number Diff line change 11<div class =" card my-2 {{ class }} " {{ #if overflow }} style =" width: fit-content;" {{ /if }} {{ #if id }} id =" {{ id }} " {{ /if }} >
2- <div class =" card-body" {{ #if (or sort (or search initial_search_value ))}} data-pre-init =" table" {{ /if }} >
2+ <div class =" card-body p-0 " {{ #if (or sort (or search initial_search_value ))}} data-pre-init =" table" {{ /if }} >
33 {{ #if (or search initial_search_value )}}
4- <div class =" p-2" >
5- <input type =" search" class =" form-control form-control-rounded fs-6 search" placeholder =" Search…"
6- value =" {{ initial_search_value }} "
4+ <div class =" p-3" >
5+ <input
6+ type =" search"
7+ class =" form-control form-control-rounded fs-6 search"
8+ placeholder =" Search…"
9+ value =" {{ initial_search_value }} "
710 {{ #if initial_search_value }} autocomplete =" off" {{ /if }}
8- >
9- </div >
11+ >
12+ </div >
1013 {{ /if }}
1114 <div class =" table-responsive" >
1215 <table class =" table {{ #if striped_rows }} table-striped {{ /if }} {{ #if
You can’t perform that action at this time.
0 commit comments