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.42k stars 394 forks source link

Possibility to use Javascript Callbacks for API instead of HTTP requests #1950

Open jogibear9988 opened 1 year ago

jogibear9988 commented 1 year ago

Summary We have a SPA where we get all our data from backend via websockets. Is it possible to use a callback for all API calls instead of a HTTP request? for example I want that "readData" calls a JS callback wich I could define