vue-good-table icon indicating copy to clipboard operation
vue-good-table copied to clipboard

Not fully supported for RTL language

Open larbi-asmaoui opened this issue 2 years ago • 1 comments

Hi,

I want to enable rtl mode but the text comes above the chevron buttons Screenshot from 2023-07-08 16-44-51

larbi-asmaoui avatar Jul 08 '23 15:07 larbi-asmaoui

Hello dear

It can be solved in the traditional way.

.vgt-table th.sortable button:after,
.vgt-table th.sortable button:before {
	right: unset;
	left: 6px;
}

mohammadali-yazdani avatar Jan 21 '24 10:01 mohammadali-yazdani