@croquiscom/pds 15.9.0 → 15.9.2
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/CHANGELOG.md +12 -0
- package/dist/components/table/DataTable.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -131,7 +131,7 @@ export interface DataTableProps<DataType> {
|
|
|
131
131
|
*/
|
|
132
132
|
setContainerRef?: (node: HTMLDivElement | null) => void;
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* 가상화 테이블에 사용되는 props입니다. 가상화된 테이블을 사용하기 위해서는 VirtualizedDataTable를 사용해주세요.
|
|
135
135
|
*/
|
|
136
136
|
virtualizedProps?: {
|
|
137
137
|
virtaulizedItems: VirtualItem[];
|