Editor - Subset of Table
Editor - Subset of Table
Hi Everyone
Is it possible to edit just a sub-set of a data table. e.g. i have a editor and table setup to edit questions in a table. However I need to edit the questions in chunks - i.e. via "Section" (1,2,3,4, etc).
If there a way of telling the datatable and Editor to only display and edit "Where Section = 2" ? I was thinking of using a drop-list above the table to select the appropriate section.
Thank you in advance for any help given.
This question has accepted answers - jump to:
Answers
You could use a "where" clause in your server-side code.
Documentation for that is available here if you are using the PHP or .NET libraries for Editor:
Allan
Thank you Allan and Tangerine.