bonsaif-ui 0.1.15 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/bonsaif-ui.js +300 -294
- package/dist/bonsaif-ui.umd.cjs +1 -1
- package/dist/components/ui/DataTable.d.ts.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -196,6 +196,8 @@ import { CopyButton, CopyLinkButton } from "bonsaif-ui";
|
|
|
196
196
|
|
|
197
197
|
When pagination is enabled with `pageSize`, the pagination footer is hidden automatically if the row count fits in a single page. For example, a table with `pageSize={25}` and 25 or fewer rows shows no pagination controls; once it has 26 rows, the footer appears.
|
|
198
198
|
|
|
199
|
+
Header controls for column reordering, resizing, and visibility are floating controls. The drag handle and column visibility menu animate in on hover/focus and do not consume label width, so narrow headers keep as much readable text as possible.
|
|
200
|
+
|
|
199
201
|
```tsx
|
|
200
202
|
<DataTable
|
|
201
203
|
columns={columns}
|