toddsmith-adsk
toddsmith-adsk
https://codesandbox.io/p/sandbox/primereact-demo-forked-dc785t?file=%2Fsrc%2FApp.js%3A137%2C24 Works for DataTable but not TreeTable. DataTable uses ObjectUtils.getJSXElement() and TreeTable does not. ```title="DataTable" const createFilterElement = (model, index) => { const value = model ? model.value : null;...
BTW this code looks odd in TreeTable.js ``` if ( (isStrictMode && !(findFilteredNodes(copyNode, paramsWithoutNode) || isFilterMatched(copyNode, paramsWithoutNode))) || (!isStrictMode && !(isFilterMatched(copyNode, paramsWithoutNode) || findFilteredNodes(copyNode, paramsWithoutNode))) ) { localMatch = false;...
> @mtsmith why not submit a PR? Wouldn't that be easier than maintaining your own custom build? I need the fix asap so I can get other features working.
Sorry I don't have time for a PR but here is the fix 