@smallwebco/tinypivot-react 1.0.67 → 1.0.69

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 CHANGED
@@ -78,6 +78,8 @@ export default function App() {
78
78
  | `enableColumnResize` | `boolean` | `true` | Drag to resize columns |
79
79
  | `enableClipboard` | `boolean` | `true` | Ctrl+C to copy cells |
80
80
  | `theme` | `'light' \| 'dark' \| 'auto'` | `'light'` | Color theme |
81
+ | `numberFormat` | `'us' \| 'eu' \| 'plain'` | `'us'` | Number display format: US (1,234.56), EU (1.234,56), plain (1234.56) |
82
+ | `dateFormat` | `'us' \| 'eu' \| 'iso'` | `'iso'` | Date display format: US (MM/DD/YYYY), EU (DD/MM/YYYY), ISO (YYYY-MM-DD) |
81
83
 
82
84
  ## Callbacks
83
85