Add Button to a Grid. ButtonRenderer

I want to add a button to a grid but I have not idea how to do it in Vaadin Flow. In framework, there used to be a ButtonRenderer Class, but that does not exist any more. Any Help?

You can use grid.addComponentColumn method for that. Here is an example: https://vaadin.com/components/vaadin-grid/java-examples/using-components