Hello!
Is it possible to create autocomplete dropdown can be table structure ?. And filter by 1 column.
Hello!
Is it possible to create autocomplete dropdown can be table structure ?. And filter by 1 column.
Handsontable cell type seems to be right choice in this case: https://handsontable.com/docs/javascript-data-grid/handsontable-cell-type/
However, it’s not possible to use filtering inside it.
Thanks for replay…
So 1 more question pls . i have 3000 rows of option . so i need to filter options by textinput query. is it possible ?
Sorry for late response. As I mentioned earlier, filtering isn’t possible with that type of cell. To solve it you would need to create a custom cell type and cell editor that would allow filtering those values.