mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2589 - DataTable: support passing a function to the dataKey prop
This commit is contained in:
parent
bb6dcfb7d3
commit
8e632d93ac
3 changed files with 6 additions and 3 deletions
|
@ -7,7 +7,7 @@ const DataTableProps = [
|
|||
},
|
||||
{
|
||||
name: "dataKey",
|
||||
type: "string",
|
||||
type: "string|function",
|
||||
default: "null",
|
||||
description: "Name of the field that uniquely identifies the a record in the data."
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue