I have some question

I have some question

CelenaCelena Posts: 1Questions: 0Answers: 0

Hi Allan,

Could you let me know if it is possible to implement all the features in attached image?

The features would be:

The whole table is editable and the last line always to be a new line to be able to add new item.
Some fields are lookup field with glass popup and auto-complete enabled. The list will be filtered along with user's input.
There will be a save button outside of the table to save the content into database.

Replies

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    Hi @celena ,

    The whole table is editable and the last line always to be a new line to be able to add new item.

    With Editor , the whole table it editable. You could create an empty row, and with the Absolute sorting plugin, you can keep it at the bottom of the table.

    Some fields are lookup field with glass popup and auto-complete enabled. The list will be filtered along with user's input.

    You can use Select2 or jQuery fields for autocomplete.

    There will be a save button outside of the table to save the content into database.

    By default, all modifications are saved back to the DB immediately. You can defer those edits as demonstrated in this blog post.

    Cheers,

    Colin

This discussion has been closed.