how to highlight cell upon moving your arrows of QTable is that possible?
-
Hi, Guys i need your help how to highlight cell upon moving the arroa is that possible
-
Can you build a fiddle or codepen showing the start of what you are trying to get at please and explain it a bit better here as to what it is you want to accomplish?
Scott
-
Hi @s-molinari see this example
https://www.ag-grid.com/example.php#/
as you can see to that example if you move your arrow you can highlight and edit the cell and i want to do that in Qtable…
-
Highlighting is just css. Quasar doesn’t have inline editing (yet) within QTable. But you can use QPopupEdit. https://v1.quasar-framework.org/vue-components/popup-edit
Scott