id |
name |
address |
phone |
1 |
aa |
address |
45 |
1 |
bb |
address |
435 |
2 |
cc |
address |
345 |
2 |
dd |
address |
345 |
Desired Output is
id |
name |
address |
phone |
|
1 |
aa |
address |
45 |
|
|
bb |
address |
435 |
|
2 |
cc |
address |
345 |
|
|
dd |
address |
345 |
|
Hello sir i have this datatable first table is my datatable but i want my datatable as i second table that does not repeat on the point of column value, that all records must display but id should not be repeated again for the corresponding rows
Thanks