Skip to content

Commit 98f26f2

Browse files
authored
Revert autocorrect in anchor name
1 parent 14ddf45 commit 98f26f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/markdown/doc/latest/FAQ_UI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FAQ - UI
77
3. [Why doesn't setting a widget's height as a percentage work?](#Why_doesn)
88
4. [Does GWT support standards mode?](#Does_GWT_support_standards_mode?)
99
2. [Event Handling and Performance](#Event_Handling_and_Performance)
10-
1. [How do I display a big list of items in a table with good performance?](#How_do_I_display_a_big_list_of_items_in_a_table_with_good_perform)
10+
1. [How do I display a big list of items in a table with good performance?](#How_do_I_display_a_big_list_of_items_in_a_table_with_good_perfor)
1111
2. [What can I do to make images and borders appear to load more quickly the first time they are used?](#What_can_I_do_to_make_images_and_borders_appear_to_load_more_qui)
1212
3. [Why do I see poor performance when using a one pixel tall background image?](#Why_do_I_see_poor_performance_when_using_a_one_pixel_tall_backgr)
1313
4. [As the application grows, event handlers seem to fire more slowly](#As_the_application_grows,_event_handlers_seem_to_fire_more_slowl)
@@ -141,7 +141,7 @@ versions of GWT, and it is recommended that you update your GWT-enabled pages to
141141
142142
## Event Handling and Performance<a id="Event_Handling_and_Performance"></a>
143143
144-
### How do I display a big list of items in a table with good performance?<a id="How_do_I_display_a_big_list_of_items_in_a_table_with_good_perform"></a>
144+
### How do I display a big list of items in a table with good performance?<a id="How_do_I_display_a_big_list_of_items_in_a_table_with_good_perfor"></a>
145145
146146
Here are a few pointers for addressing the need to display lots of data through a table widget efficiently.
147147

0 commit comments

Comments
 (0)