Auto Index Not Working
-
Hi ! first of all thanks for writing such a wonderful plugin.
Auto Index is not working properly with first column rowspan. Auto Index is giving numbers to every row whereas it should index according to first column which is row spanned.
I am using the following code:
[table ai=”1/No.”]
head1,head2,head3
data11[attr rowspan=2],data21,data31
data22,data32
data13[attr rowspan=2],data23,data33
data24,data34
[/table]Output:
No head1 head2 head3
1 data11 data21 data31
2 ______ data22 data32
3 data13 data23 data33
4 ______ data24 data34Expected output
No head1 head2 head3
1 data11 data21 data31
________ data22 data32
2 data13 data23 data33
________ data24 data34Is there anyway to get the expected output?
- The topic ‘Auto Index Not Working’ is closed to new replies.