How can I monitor the pixel width of a specific column in a Material React Table as it is resized?
In this example, I would like to be able to monitor the width of a specific column (say the ‘address’ one) in a Material React Table and trigger a useEffect
when it changes (like when the column header or the table’s window gets resized). Is there a way to achieve this using useRef
maybe?