primefaces: DataTable: JS error while filtering
Describe the bug
When filtering datatable (onchange) nothing happens, js console shows:
Uncaught TypeError: a.key is undefined
isPrintableKey https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:88
ignoreFilterKey https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:88
bindFilterEvent https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:165
jQuery 8
bindFilterEvent https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:165
bindTextFilter https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:164
setupFiltering https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:163
jQuery 2
setupFiltering https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:163
init https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/components.js?ln=primefaces&v=13.0.2:151
Class.extend/f[g]< https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:96
d https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:96
createWidget https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:20
cw https://localhost:8181/foarkarswurdlist-gui/faces/jakarta.faces.resource/core.js?ln=primefaces&v=13.0.2:19
sometimes F5 solves it.
custom call to filter() in facet does work.
Reproducer
not yet
Expected behavior
filtering works
PrimeFaces edition
Community
PrimeFaces version
13.0.2
Theme
nova-light
JSF implementation
Mojarra
JSF version
4.0.1
Java version
17
Browser(s)
firefox 118.0.2
About this issue
- Original URL
- State: closed
- Created 8 months ago
- Comments: 21 (21 by maintainers)
Commits related to this issue
- Fix #10873: isPrintableKey null check — committed to melloware/primefaces by melloware 8 months ago
- Fix #10873: isPrintableKey null check — committed to melloware/primefaces by melloware 8 months ago
- Fix #10873: isPrintableKey null check — committed to melloware/primefaces by melloware 8 months ago
- Fix #10873: 13.0.3 isPrintableKey null check — committed to melloware/primefaces by melloware 8 months ago
- Fix #10873: isPrintableKey null check (#10881) — committed to primefaces/primefaces by melloware 8 months ago
- Fix #10873: 13.0.3 isPrintableKey null check (#10882) — committed to primefaces/primefaces by melloware 8 months ago
works!