Search Support
-
TodorDecember 18, 2015 at 3:09 am #1076
Hello,
On the Table control, Configuration, Searching, there are two options – Enable Search and Full Text Search. It seems nothing changes after selecting them. How is this supposed to work, I cannot find any documentation.
Thanks
Brian FrenchDecember 18, 2015 at 7:46 am #1077Hi Todor,
Thanks for using SPARK!
Every SPARK control is fully documented. Please see the SPARK UI Control Matrix to find documentation for every control. The Table control’s documentation can be found here. In addition, there is a Showcase Process App which comes with the Toolkit. If you do not have this app, please go to your account and download the latest TK version, which will include the Showcase Process App. This app has examples of every control in it, and is an incredibly useful resource for learning and researching SPARK capabilities.
Please let us know if this helped with your issue.
TodorDecember 18, 2015 at 8:37 am #1078The example does not have Search option selected . And this is all in the documentation:
Enable Search Enable search ability
Full Text Search Full text search ability
Further examples/explanation would be appreciated.
Stuart JonesMay 6, 2016 at 3:02 pm #1721Hello,
I have a similar question. I am using the 4.3.3 EE toolkit and the Searching section of the Configuration is not present? It is documented in the Spark UI documentation but doesn’t appear when I configure the control? Has the Searching section of the configuration been removed?
Thanks
Stuart Jones
SPARK SupportMay 12, 2016 at 6:46 am #1743Hi Stuart,
The functionality has not been removed but the configuration options themselves were removed because the search functionality is always “on”. You should use the <Table>.search() method to filter a table: search(colIndex, searchText, caseInsensitive, useRegex).
Note that the column index is zero-based.
-
|
You must be logged in to reply to this topic.