olifolkerd / tabulator

Interactive Tables and Data Grids for JavaScript
http://tabulator.info
MIT License
6.71k stars 818 forks source link

Filter input box got blur (unfocus) if using SelectableRange and Ajax Loading #4587

Open wongyat88 opened 3 weeks ago

wongyat88 commented 3 weeks ago

Hi, The filter input box got blur after the ajax loading if i am using

getTableOptions['selectableRange'] = true
getTableOptions['selectableRangeColumns'] = true
getTableOptions['selectableRangeClearCells'] = false

https://github.com/user-attachments/assets/984b2647-eea0-4f18-822c-e9f7eb7e3d61

If not using 'selectableRange', everything works fine.

https://github.com/user-attachments/assets/23357fcc-ba6f-4da5-b97d-656ad7775e7d

The filter input box should remain focus after the ajax loading (?)

Thanks

version: "tabulator-tables": "^6.2.5",

pollux2021 commented 1 week ago

same problem