Multiple horizontal splitting a row
Multiple horizontal splitting a row
Hi ,
I really liked the dataTables . But I'm having hard time adapting it to my table.
In the original table data is given as
Gecko Firefox 1.5 Win 98+ / OSX.2+ 1.8 A
Gecko Mozilla 1.8 Win 98+ / OSX.1+ 1.8 A
KHTML Konqureror 3.1 KDE 3.1 3.1 C
which gives 3 rows but i want to have 2 rows with one of them splitted into 2 or more rows such as
row.....PC Name.....IP Address............Harddisk.........Space........Last boot time
1.........Alex............16.19.10.10..........C:....................60 GB.......2011-08-08
......................................................D:................... 80 GB...........................
2.........Stephen......168.19.29.12.........C:...................150 GB......2010-09-21
since i need to write this in table form as
Alex
16.19.10.10
C:
60 GB
2011-08-08
D:
80 GB
Stephen
168.19.29.12
C:
150 GB
2010-09-21
Because of the scripting it gets 2n tr as another record and listing is getting weird all on the table.
Is there any way to make script to do the rows some kind of or sth instead of tr
so i can write a row for example like this:
I really liked the dataTables . But I'm having hard time adapting it to my table.
In the original table data is given as
Gecko Firefox 1.5 Win 98+ / OSX.2+ 1.8 A
Gecko Mozilla 1.8 Win 98+ / OSX.1+ 1.8 A
KHTML Konqureror 3.1 KDE 3.1 3.1 C
which gives 3 rows but i want to have 2 rows with one of them splitted into 2 or more rows such as
row.....PC Name.....IP Address............Harddisk.........Space........Last boot time
1.........Alex............16.19.10.10..........C:....................60 GB.......2011-08-08
......................................................D:................... 80 GB...........................
2.........Stephen......168.19.29.12.........C:...................150 GB......2010-09-21
since i need to write this in table form as
Alex
16.19.10.10
C:
60 GB
2011-08-08
D:
80 GB
Stephen
168.19.29.12
C:
150 GB
2010-09-21
Because of the scripting it gets 2n tr as another record and listing is getting weird all on the table.
Is there any way to make script to do the rows some kind of or sth instead of tr
so i can write a row for example like this:
This discussion has been closed.