summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/qdatatable.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/qdatatable.3qt')
-rw-r--r--doc/man/man3/qdatatable.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/qdatatable.3qt b/doc/man/man3/qdatatable.3qt
index 0a493e673..4f301af34 100644
--- a/doc/man/man3/qdatatable.3qt
+++ b/doc/man/man3/qdatatable.3qt
@@ -293,7 +293,7 @@ QDataTable supports various functions for presenting and editing SQL data from a
.PP
If you want a to present your data in a form use QDataBrowser, or for read-only forms, QDataView.
.PP
-When displaying data, QDataTable only retrieves data for visible rows. If the driver supports the 'query size' property the QDataTable will have the correct number of rows and the vertical scrollbar will accurately reflect the number of rows displayed in proportion to the number of rows in the dataset. If the driver does not support the 'query size' property, rows are dynamically fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as tquickly as possible, with minimum memory usage.
+When displaying data, QDataTable only retrieves data for visible rows. If the driver supports the 'query size' property the QDataTable will have the correct number of rows and the vertical scrollbar will accurately reflect the number of rows displayed in proportion to the number of rows in the dataset. If the driver does not support the 'query size' property, rows are dynamically fetched from the database on an as-needed basis with the scrollbar becoming more accurate as the user scrolls down through the records. This allows extremely large queries to be displayed as quickly as possible, with minimum memory usage.
.PP
QDataTable inherits QTable's API and extends it with functions to sort and filter the data and sort columns. See setSqlCursor(), setFilter(), setSort(), setSorting(), sortColumn() and refresh().
.PP