Badr AZIZBI
Badr AZIZBI
### Describe the bug Using the columns' `filterElement` prop is not working. The passed function is not called. ### Reproducer https://codesandbox.io/p/sandbox/primereact-demo-forked-7j2jpq?file=%2Fsrc%2FApp.js%3A40%2C68-40%2C81 ### PrimeReact version 10.0.9 ### React version 17.x ###...
### Describe the bug On clicking 3 times on the sort icon, the row children order doesn't revert to the initial state. ### Reproducer https://stackblitz.com/edit/wwaugc-jqqvan?file=src%2FApp.jsx,src%2Fservice%2FNodeService.jsx ### PrimeReact version 10.3.1 ###...
### Describe the bug On setting the property **selectOnEdit** to **false**, I expect the cell edition to not conflicts with the row selection, but currently, when I unselect a row,...
### Describe the bug The sort icon doesn't change when sorting a column. It happens when the column's `field` property value is different than the `sortField` property value. ### Reproducer...