Author Topic: Shorten Text from left side  (Read 1768 times)

Syreta

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 19
    • View Profile
Shorten Text from left side
« on: February 14, 2019, 03:43:19 pm »
Hello,

I disabled text wrapping for cells so the grid shortens the text inside the cell. That's good! But is it possible to shorten the text from the left side instead of right?
Or do I have to write my own function for this?

Thanks,
Syreta

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Shorten Text from left side
« Reply #1 on: February 15, 2019, 12:58:03 pm »
you may try adding direction css rule to the cells.

Code: [Select]
  direction: rtl;