This topic is locked

Guide 94 – Selection Field in Table Format

3/20/2025 2:47:14 PM
PHPRunner Tips and Tricks
fhumanes author

img alt
This example arises from the need for a development where a series of options for the inspection of machinery are selected from a table of parameters/conditions.

This is something that happens more or less frequently, since in many cases a stock code and title are not fully described with those two pieces of information alone, but rather a set of information is required, usually structured in table format.

The example I'm showing you isn't a real-life case, but it helps explain the type of solution. In this case, functionally, when a vehicle is received at a workshop, the actions to be performed are compiled using a service table.

Objetive
Display a table of services with several columns describing the service, to select which actions to perform.

DEMO: https://fhumanes.com/seleccionTable/st_vehiculo_list.php

img alt

This is what the Add option looks like.

If you are interested in this topic, you can find the full article at this link .