Pete Smith
Pete Smith
Here is a visual to help understand it. In this dialog, autoHeight would have kept the footer right under the rows. But in cases where you had enough rows, and...
I think it's a limitation of esbuild. The whole behavior changes when bundle: true.
Shouldn't the Grid do this by default? Having to work around it with a custom component doesn't seem proper.
Hitting this exact same thing, except I can't hit the url at all, either localhost or the one in the LoadBalancer. ``` torial]$ kubectl get svc NAME TYPE CLUSTER-IP EXTERNAL-IP...
AH! I got this working by adding --port-forward to skaffold dev: ``` skaffold dev --port-forward ``` Now I see http://localhost:3000 Maybe that should be in the Quickstart page?
But in the case of single select, it does not. I put together a quick hook to add it, but it isn't right to do it this hacky way. 
I do override the baseCheckbox slot with a Radio in case of single select, but all that is needed to simulate the above is: ``` disableMultipleRowSelection={true} ``` on the dataGrid,...