How to add a placeholder only for last row

Tags: #<Tag:0x00007efc6dde25e0> #<Tag:0x00007efc6dde21d0>

How to add a placeholder only for last row. not only last row i need it dynamic

Hi @saran123

Here’s an example of how to do this: https://jsfiddle.net/handsoncode/x59p4enw/ It will add a placeholder to the last row if it’s empty. Does this solution meets your requirement?

Hi @adrian.szymanski

Thanks, I will check