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.4k stars 386 forks source link

fix: occur error when call validate with sort #1998

Closed jajugoguma closed 7 months ago

jajugoguma commented 7 months ago

Please check if the PR fulfills these requirements

Description

Fixed an issue where using the validate API with sorting would result in an error.

This was caused by creating the viewDate directly from rawData without unobserving the rows that disappear outside the viewport when sorting. This caused an error because it thought it was a row that was observable when in fact it was not, and did not convert it to observable.


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨