@@ -40,12 +40,12 @@ describe("Testing Each Documentation Page", () => {
4040 {
4141 url : "/docs/doc-color" ,
4242 title : "Coloring" ,
43- headlines : [ "Coloring" , "Batch Row coloring" , "Custom Color" ]
43+ headlines : [ "Coloring" , "Batch Row coloring" , "Custom Color" , "Advanced Color Mapping" , "Semantic Colors" , "Conditional Coloring" ]
4444 } ,
4545 {
4646 url : "/docs/doc-sort-filter" ,
4747 title : "Sort and Filter" ,
48- headlines : [ "Sort" , "Filter" ]
48+ headlines : [ "Sort" , "Filter" , "Advanced Sorting and Filtering" , "Multi-Level Sorting" , "Complex Filtering" ]
4949 } ,
5050 {
5151 url : "/docs/doc-alignment" ,
@@ -61,7 +61,12 @@ describe("Testing Each Documentation Page", () => {
6161 url : "/docs/doc-computed-function" ,
6262 title : "Calculated Columns" ,
6363 headlines : [
64- "Sometimes you need a new column added automatically whose val is dependent on other fields in the same row"
64+ "Sometimes you need a new column added automatically whose val is dependent on other fields in the same row" ,
65+ "Using All Parameters" ,
66+ "Advanced Examples" ,
67+ "Using Row Index for Ranking" ,
68+ "Complex Computations with Multiple Subjects" ,
69+ "Memory-Efficient Computed Columns"
6570 ]
6671 } ,
6772 {
@@ -87,7 +92,10 @@ describe("Testing Each Documentation Page", () => {
8792 url : "/docs/doc-border-design" ,
8893 title : "Border Design" ,
8994 headlines : [
90- "You can configure the border of the table by passing style in Table constructor"
95+ "You can configure the border of the table by passing style in Table constructor" ,
96+ "Advanced Border Styles" ,
97+ "Custom Border Styles" ,
98+ "Colored Borders with Chalk"
9199 ]
92100 } ,
93101 {
0 commit comments