Using Example from SO Table Form
I successfully implemented the form in my component as per my need. The only thing bugging me is there is no gap between the headers and I can't seem to figure out on how to do that as it looks very odd.
As you can see in the highlighted it looks very weird with no gap between headers.
Please do let me know if anyone figures out on how to do that.
I tried:
formtable.css:
table {
border-collapse: separate;
border-spacing: 30px;
}
and it does provides space between header but it looks more ugly as header shifts to left and when clicking on add address inside form looks weird.