nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.39k stars 385 forks source link

The problem with the filter feature that the selected operator css is not activated properly when showApplyBtn is true #2042

Open seolllll opened 1 month ago

seolllll commented 1 month ago

columns: [ { header: 'Name', name: 'name', sortable: true, filter: { operator:'AND', showApplyBtn: true, showClearBtn: true, type: 'text'} } ]

If you select operator under the above conditions, css will not be activated properly Let me know if it's a bug or I can't use "showApplyBtn" and "operator" together

image

https://jsfiddle.net/Ls9rbczv/