I have a requirement in which we have removed the left and right side border and want to add margin for the columns or space between columns.
Can you please help me how can i achieve this?
Also when the user tries to change any value, then the selected cell takes complete width (of screen).
how can i restrict it to column width.
I have not set fixed width for columns.
It could be really hard to add space between the columns. It’s a HTML TABLE element and the TD are one after another. Even if you remove the border and get https://jsfiddle.net/handsoncode/ogkv9fn2/
after selection you’ll see that cells are attached to each other
Ok, thanks for your reply,
Can we increase the width of the cell / td by adding padding or margin (but not keeping column width fix). like ‘content_width + 40px’.
It’s ok if we see that cells are attached to each other after selection.