From 79b0ded04f44ed90321a7ece2443d6b7850a928d Mon Sep 17 00:00:00 2001 From: zeusakm Date: Tue, 4 Apr 2017 21:27:30 +0300 Subject: [PATCH] * #hot-fix. readme --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f981b8a..3c1a6a6 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ GigaTables supports the following capabilities: -- discrete (per column) search, +-- ajax files upload, + -- shft/ctrl rows selection, -- trigger functions, @@ -347,18 +349,18 @@ PS In some OS like Macintosh can be default conflicting hot keys, ex.: Cmd+Arrow Sure, it can be done by this additional option in editor: ```JS -ajaxFiles: 'uploadFiles.php', +ajaxFiles: 'https://example.com/upload/files', ``` -wich is point on script on the server where it should upload the file(s). +which is pointing on script on the server where it should upload the file(s). And to add the actual field which will send the file to the server script: ```JS - { - label: "Image:", - name: "image", - type: 'file' - } + { + label: "Image:", + name: "image", + type: 'file' + } ``` Ensure that the field is in *fields: [* option. @@ -370,15 +372,16 @@ is on Your side. **Can I choose more then one row?** Yes, U can even choose not only the bunch of rows, but several bunches and some between them, by manipulating with: -Ctrl+Left click (one row anywhere) and Shift+Left click (several rows). +Ctrl+Left click (one row anywhere) and Shift+Left click (several rows). Also U can use hot-keys to select above/below Ctrl+Arrow Up/Ctrl+Arrow Down +and Ctrl+A will select them all for current table-view. **Can I sort columns content?** -Defenitelly, also it is simple enough to sort them jointly. +Definitely, also it is simple enough to sort them jointly. **What does search field mean?** -The main search field above (which is the default state, U can make it visible in the bottom) is useful for searching through all columns. +The main search field is useful for searching through all columns. **Is it possible to search for a particular column in GT?**