EasyUI Forum
April 26, 2024, 06:23:14 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: GridColumn cellCss inconsistency  (Read 2950 times)
chrwei
Full Member
***
Posts: 219


View Profile Email
« on: January 27, 2020, 02:52:43 PM »

unlike other properties, the cellCss parameters are not passed by name, so to use "value" you must do
Code:
cellCss={(row, value) => ... }
and not
Code:
cellCss={({ value }) => ... }
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!