UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

1 lines 575 B
{"version":3,"file":"getRowKey.cjs","sources":["../../../packages/shared/getRowKey.ts"],"sourcesContent":["import { isFunction, isString } from '@ideaz/utils'\n\nexport function getRowKey(rowData: any, rowKey?: string | ((rowData: any) => any)) {\n if (isFunction(rowKey))\n return rowKey(rowData)\n\n if (isString(rowKey))\n return rowData[rowKey]\n\n return rowData.id\n}\n"],"names":["getRowKey","rowData","rowKey","is"],"mappings":"iJAEgB,SAAAA,EAAAC,EAAAC,EAAA,CACd,OAAAC,EAAA,WAAAD,CAAA,EACEA,EAAAD,CAAA,EAEFE,EAAA,SAAAD,CAAA,EACED,EAAAC,CAAA,EAEFD,EAAA,EACF"}