Hello! Does anyone know how to set variableRowHeight depending on the data result in the DataGrid? I have a TextInput and a DataGrid that is able to display search results. The search results may vary in lines of text, meaning one row might have 2 or more lines of text.
variableRowHeight works fine, but I encounter a problem when I retrieve search results and the last record I retrieve has multiple lines of text. What happens is that the following empty lines of DataGrid (say, search results are only 3, and current view of DataGrid can view up to 20 records), all of them follow the multiple line row height of the last record retrieved. I would like to avoid this. Thanks again!

