bhaveshpatel200 / vue3-datatable

vue3-datatable is a powerful component for creating dynamic and customizable data tables. It supports large amounts of data, sorting, pagination, and filtering and highly customizable
MIT License
134 stars 19 forks source link

rtl support ? #57

Closed choper725 closed 1 month ago

choper725 commented 1 month ago

is there any rtl support for this ?

bhaveshpatel200 commented 1 month ago

We have not inbuilt feature for RTL support but you can achieve using to add dir="rtl" on html or body tag which will works.

choper725 commented 1 month ago

yes just figured ill ask, need css fixes for table classes, thx fir the answer