Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109706
    Catdoken
    Participant

    Is this supported? For example given a column is it possible to have one cell use a different editor.

    I have this somewhat implemented where I have two rows and the first cell in column 1 (row 1) is a basic input (textfield) and second cell in column 1 (row 2) is a drop down with a list of items. Where I am having trouble is if I update the drop down cell to display a different list of items – it is always stuck on the first drop down instance as if something is caching it. I see it set on the cell if I print its contents so perhaps I am not following the proper channels? Currently I am using cell.editor = <new editor>, not sure if this is the proper way. The drop down is HTML select/option.

    Thanks!

    • This topic was modified 3 months, 1 week ago by Catdoken.
    #109712
    Markov
    Keymaster

    Hi,

    It is not possible to have different cell editors in the different rows. The editors are per column.

    Best regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.