Replacing all empty cells with Default value

Tags: #<Tag:0x00007f8b1d44d6a8>

Hey team
Is their any way to replace all empty cell by iterating each row and set it as default value(in my case ‘-’ hyphen will be using)

Sure there is, @tenexap105
It’s just a matter of getting things done most efficiently.

Could you tell me how those cells are getting empty? Example

  • do some of them are empty when you load the data
  • do you empty the data programmatically
  • does the user empty the data
1 Like

yea thank you but its done, actually used afterRender function and called th js func where some condition is applied, thats got fired what i was expecting …

OK, sure. That sounds like a good plan. Thank you for the update.