-
Notifications
You must be signed in to change notification settings - Fork 222
Closed
Labels
status: awaiting authorAdditional information has been requested from the authorAdditional information has been requested from the authorstatus: triageIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewer
Description
Discussed in #1138
Originally posted by wsteixeira December 21, 2021
Olá,
Estou tentando usar o atributo "range" na busca avançada do "Page Dynamic Table", porem creio que a URL está sendo gerada de forma inadequada. Segue abaixo o objeto "fields" e a URL gerada.
readonly fields: Array<PoPageDynamicTableFilters> = [
{ property: 'id', label: 'Id', key: true, visible: false },
{ property: 'date', label: 'Data', type: 'date', filter: true, range: true },
];
http://localhost:4200/api/visitors?page=1&pageSize=10&date=%5Bobject%20Object%5D
Metadata
Metadata
Assignees
Labels
status: awaiting authorAdditional information has been requested from the authorAdditional information has been requested from the authorstatus: triageIssue or pull request that need to be triaged and assigned to a reviewerIssue or pull request that need to be triaged and assigned to a reviewer