If attribute columns for example are too long and there is no line break, please add this custom CSS:
#variations-table-header-at {
	width: 100px !important;
	max-width: 100px !important;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: normal;
}
							            	

Can you add a button for add to list in the table
Yes by using custom CSS
Hi
I have added that code and modify the width pixel. However, It doesn’t work
Can you check again
Thank
What does not work exactly?