What should customers do after selecting the information? Is it about some kind of order or inquiry?
And how does the information about what the customer has selected come to you so that you can enter it into your table?
I ask only so exactly because what you want sounds at first moment like an order form. You can implement something like that with a store system like WooCommerce where you also have payment methods available. But if you don’t need that and you just want the customer to submit a form, you could certainly use different form plugins for that as well. In such plugins you can also include this selection of properties.
If you don’t want to go either of these ways, you could create post types with taxonomies for the selection of properties. This can be achieved with different plugins, e.g. ACF (https://ww.wp.xz.cn/plugins/advanced-custom-fields/) or https://ww.wp.xz.cn/plugins/custom-post-type-ui/.
thanks for your interest,
a table or html sheet, where we can add types of repair kit and matches tires, like below, i can add manually with php, or write a html sheet.
repair kit tire size
type A 175x85R15
type A 185x75R15
type B 205x50R16
there is a dropdown list (title tire sizes), he will select tire size, he will see the result below dropdown list, lets say result is type A.
the export customer knows popular tire sizes in his country. than he will select 175x85R15 result type a, select 205x50R16 result type b,
call us and order 20 pcs type a, 25 pcs type B
regards