5 | The QModelTd Quasar app extension can reduce the boilerplate code to make an editable or a selectable QTable column.
6 | With the extension, you can replace something like this:
7 |
8 |
9 | {{ beforeCode }}
10 |
11 |
12 | With this code:
13 |
14 |
15 | {{ afterCode }}
16 |
17 |
18 | Also, you can define the edit mode as inline with the mode prop. The following table represents the usage of the app extension.
19 |