Minimum table column width when resizing the column

In the table that I’m working on, user are able to resize any columns within the table. However, we would like to prevent user from resizing the column to a point where it’s like collapsing the column.

Is there a best practice for setting the minimum width of table column when resizing the column itself? Ideally would want to set a width which can be apply across all the tables within the system.

Appreciate if anyone could share any details or articles that I can look into. Thanks!