Skip to content

Commit 2b2d2ce

Browse files
ORESoftwarejelbourn
authored andcommitted
docs: fix table documentation (#9811)
1 parent a932930 commit 2b2d2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ input. The table will take the array and render a row for each object in the dat
2626

2727
Since the table optimizes for performance, it will not automatically check for changes to the data
2828
array. Instead, when objects are added, removed, or moved on the data array, you can trigger an
29-
update to the table's rendered rows by calling its `renderRows()` function.
29+
update to the table's rendered rows by calling its `renderRows()` method.
3030

3131
While an array is the _simplest_ way to bind data into the data source, it is also
3232
the most limited. For more complex applications, using a `DataSource` instance

0 commit comments

Comments
 (0)