Hi, I have tried the exact same code, though the button is successfully rendered, the click event also work, but if I resize the browser, the button will disappear. When I inspect this button, it shows this: <div class="editButton" style=" float: left"></div>
I have tried to change the columnType to “button”, then it won’t disappear even I resize the browser. But this way cause the button position problem.
Can I get some idea to fix this issue?
Thanks