rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.76k stars 330 forks source link

Add support to RTL language #1642

Closed hussenk closed 6 months ago

hussenk commented 8 months ago

There is a problem with the header of the table it is always on the left. so I added config 'dir' to show where it's supposed to be.

It's working in Tailwind CSS, I don't use Bootstrap.

Pezhvak commented 8 months ago

+1

lrljoe commented 8 months ago

Will have to add in bootstrap, so can't merge until that's done, should have time to look at that next weekend Would also recommend that this is done locally to the table to allow for on the fly swapping of localisation, rather than hard configured.

You can presently do this with the setThAttributes() however!

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.