ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Syreta on February 14, 2019, 03:43:19 pm

Title: Shorten Text from left side
Post by: Syreta 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
Title: Re: Shorten Text from left side
Post by: paramvir on February 15, 2019, 12:58:03 pm
you may try adding direction css rule to the cells.

Code: [Select]
  direction: rtl;