How can I put a widget in a CellTable Cell?

后端 未结 5 2088
抹茶落季
抹茶落季 2021-02-04 03:35

I am using CellTable to show my records but now the thing is I want show a select box when user clicks on a cell. One more thing is that select box is my own widget, not a prede

5条回答
  •  [愿得一人]
    2021-02-04 04:01

    This is an anti-pattern. The whole purpose of cells is so that you do NOT have widgets: you are supposed to "render" html directly in the cell.

提交回复
热议问题