Aeros-zz

Results 6 comments of Aeros-zz

I just try 1.5.2 version (encoder and decoder) and the error is still the same

I share the input file, in zip file, in my first message :) -- Clement -------- Message d'origine -------- De : Tom Finegan ***@***.***> Date : 26/04/2022 20:08 (GMT+01:00) À...

Hi, How are you? Were you able to progress on the bug? Regards

Hi @azmy60, Thanks for your reply. Indeed, it's only when I use remote sorting. the ajaxUrl: 'servlet/name/findAll' it's a fake url for the exemple, but the loaded data is correct...

For more information, here is a screenshot of the Columns.js file where the field attribute is set to false. What is surprising is that the sort field also sets to...

I found a workaround: ``` column.updateDefinition(filterObject) .then(updatedColumn => { const sortColumn = table.modules.sort.sortList.find(s => s.column.definition.field === updatedColumn.getField()); if (sortColumn) { sortColumn.column = table.columnManager.findColumn(updatedColumn); updatedColumn.getElement().setAttribute("aria-sort", sortColumn.dir === "asc" ? "ascending" :...