Editor - Subset of Table

Editor - Subset of Table

ShaneBrennanShaneBrennan Posts: 49Questions: 18Answers: 1

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

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394
    Answer ✓

    You could use a "where" clause in your server-side code.

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Documentation for that is available here if you are using the PHP or .NET libraries for Editor:

    Allan

  • ShaneBrennanShaneBrennan Posts: 49Questions: 18Answers: 1

    Thank you Allan and Tangerine.

This discussion has been closed.