@SB said in Q-table __index return undefined:
(this.selected[0])]
seems like you are doing it in built in selection on q-table, im actually creating a customize button to delete the selected row, but this will help . Thanks mate!
@SB said in Q-table __index return undefined:
(this.selected[0])]
seems like you are doing it in built in selection on q-table, im actually creating a customize button to delete the selected row, but this will help . Thanks mate!
@SB hi thanks for sharing, already look into it, but im not quite sure how to use dataTable.indexOf(rowObject)? Did you happen to know how to use it in my situation? Thanks
Hi i tried to access the index of my table using props.row.__index but when i console log it it return undefined. here is my code
<q-tr :props="props">
<q-td key="action">
<q-btn
@click="deleteLine(props.row.__index)"
round
flat
color="red"
icon="close"
/>
</q-td>
</q-tr>
Hi, last week i upgraded my quasar 1.2 project to 1.4.2. Its working, but when my team pull the upgraded quasar, his quasar version become 1.0.2 ? I already uninstall quasar then install it using npm install -g @quasar/cli , it was success but when i check the version of my quasar its only 1.0.2, i try to upgrade it and it says its already the latest version.