Fast insert in datatable

Hi,
I’m new on webix but I think this is the most beautiful and complete framework I’ve ever seen.

I’m wondering if there is a sample or whatever else that describes how to implement “fast insert” on datatable, for example for insert item details of an order.

Being more specific:

  • the user insert / select the itemcode
  • ==> the row had to update with defaults (ie: item description, price an so on)
  • insert quantity and/or modify anything else
  • ==> enter key (or anythig else) press for validation / prepare new “blank” row

In particular I don’t understand how to implement in the better way the second point.

Thank you for every suggestion.

Dario.

https://docs.webix.com/api__link__ui.datatable_scheme_config.html
https://docs.webix.com/desktop__data_scheme.html

Hi intregal,
thank you, I look at that but I don’t understand how to use it.

Do you mean that I’ve to use special keys to get modification (insertion) of the itemCode in manner to update description/price from server?

Thanks!

it totally depends on you.
if you do not have own logic, I can advise starting from implementation item selecting popup window, where you can provide description, price etc.
webix allows you to use very different solutions.
there are many samples in the trial package.

Thank you,
I’ve a logic behind (as described in the first post) but I understand I had to write a POC to better discover all the functonalities.