You are viewing limited content. For full access, please sign in.

Question

Question

Row label in Forms

asked on April 23, 2019

Is it possible to have the first row label different from others in a table? Thanks.

 

Priya

0 0

Replies

replied on April 23, 2019

Should be able to do it with some javascript that looks like that:

$('table tr').eq(1).text('Insert row label here');

 

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.