How to skip table numbering of a specific table without title
Posted: Mon Jul 03, 2023 1:36 pm
Hi,
I am using an HTML/PDF CSS scenario.
I have the below case in my document:
Table 1: AAA
Table 2: BBB
Table 3: A table without any title
Table 4: CCC
When I am generating my output, the same result is coming which is shown above.
But I want the numbering of Table 3 should not be counted and Table 4 count should start with 3 as Table 3 is without any title. The output I want should be as shown below:
Table 1: AAA
Table 2: BBB
Table 3: A table without any title -- This table counter should be skipped.
Table 3: CCC
I am using an HTML/PDF CSS scenario.
I have the below case in my document:
Table 1: AAA
Table 2: BBB
Table 3: A table without any title
Table 4: CCC
When I am generating my output, the same result is coming which is shown above.
But I want the numbering of Table 3 should not be counted and Table 4 count should start with 3 as Table 3 is without any title. The output I want should be as shown below:
Table 1: AAA
Table 2: BBB
Table 3: A table without any title -- This table counter should be skipped.
Table 3: CCC