LaravelRUS / SleepingOwlAdmin

🦉 Administrative interface builder for Laravel (Laravel admin)
http://sleepingowladmin.ru/
MIT License
805 stars 217 forks source link

X-axis @ MOBILE #329

Closed macedodebrito closed 7 years ago

macedodebrito commented 8 years ago

Hello.

how to use the X-axis in mobile version of datatables?

if i have a table (with lets imagine, 10 columns), i cant read every column, that will depend of the resolution, and if its in IPHONE, is even worse.

how to fix this?

thanks,

ghost commented 7 years ago

@macedodebrito So it css fix you can use Event System to catch on datatables::draw event for implement your own CSS

In future datatables will change to some vue component with other styles - and mobile friendly.