ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: alonewolf149 on October 05, 2020, 11:02:54 am

Title: how can i make condition css style on cell ?
Post by: alonewolf149 on October 05, 2020, 11:02:54 am
how can i make condition css style on cell ?

i want to get value from DB ex:
http://prntscr.com/ut8gyg

any value i save, it will show on particular cell :
http://prntscr.com/ut8h71

currently i can do by adding span  :
http://prntscr.com/ut8hdi

but i think it wrong way to add, because i saw padding.

can u suggest me the right way ?

Thanks
Thanut

Title: Re: how can i make condition css style on cell ?
Post by: paramvir on October 05, 2020, 03:36:47 pm
I see a color picker in your screenshot.

You can assign background color to a selected cell by this code.
 
Code: [Select]
grid.Selection().style('background-color', color )

Example of assigning colors to a cell with Color picker is here:

https://paramquery.com/pro/demos/import-xlsx