mirror of https://github.com/nocodb/nocodb
Browse Source
* wip: automatic nanoid generation Signed-off-by: Pranav C <pranavxc@gmail.com> * wip: auto-generated id Signed-off-by: Pranav C <pranavxc@gmail.com> * wip: table create ui Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: sanitize column name Signed-off-by: Pranav C <pranavxc@gmail.com> * feat: table creation with autogenerated string id Signed-off-by: Pranav C <pranavxc@gmail.com> * enhancement: populate table name Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: attachment cell rendering bug Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: flickering issue in dashboard tabs Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: type correction Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: hide system fields from expanded form view Signed-off-by: Pranav C <pranavxc@gmail.com> * fix: in case of non auto_increment primary key sort by `created_at` if present Signed-off-by: Pranav C <pranavxc@gmail.com>pull/2074/head
Pranav C
3 years ago
committed by
GitHub
28 changed files with 582 additions and 326 deletions
@ -0,0 +1,11 @@
|
||||
<template /> |
||||
|
||||
<script> |
||||
export default { |
||||
name: 'NormalColumnOptions' |
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
|
||||
</style> |
Loading…
Reference in new issue