We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805c9cb commit 8f3cd29Copy full SHA for 8f3cd29
custom/InlineCreateForm.vue
@@ -36,7 +36,7 @@
36
</td>
37
</template>
38
<template v-else>
39
- <td :colspan="visibleColumns.length + 1" class="px-4 py-2">
+ <td :colspan="100" class="px-4 py-2">
40
<button
41
@click="startCreate"
42
class="w-full text-left text-sm text-gray-600 hover:text-gray-800 dark:text-gray-400 dark:hover:text-gray-200"
0 commit comments