diff options
author | xue <> | 2006-02-05 00:29:37 +0000 |
---|---|---|
committer | xue <> | 2006-02-05 00:29:37 +0000 |
commit | c397b21f03fa535ec1c742dac1a66e315879cf10 (patch) | |
tree | 9266316953cc16fdabd368d6461f99b0a2a71fcb /.gitattributes | |
parent | 139ca38ddcf4998c882cfc98cb932524de210d86 (diff) |
Added an example showing TDataGrid sort functionality.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 539b3b89..3e1a7e86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -126,6 +126,8 @@ demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample2.php -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.page -text demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample3.php -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.page -text +demos/quickstart/protected/pages/Controls/Samples/TDataGrid/Sample4.php -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.page -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample1.php -text demos/quickstart/protected/pages/Controls/Samples/TDataList/Sample2.page -text |