topvis

Results 8 issues of topvis

Is it possible to **_right_** click (press and hold) the mouse and start dragging?

### What is the problem this feature will solve? no simple function to make backup of the sqlite database. ### What is the feature you are proposing to solve the...

feature request
sqlite

smooth-dnd library supports property lockAxis. It locks the movement axis (x for horizontal, y for vertical) of the dragging. other libraries such as VueDraggable (based on SortableJS) don't support lockAxis....

smooth-dnd library supports property `lockAxis`. It locks the movement axis (x for horizontal, y for vertical) of the dragging. other libraries such as VueDraggable (based on SortableJS) don't support lockAxis....

when css zoom is set to any value that is not 1, position and size of dragged item will be incorrect. This can be reproduced on the sample page: https://fluid-dnd.netlify.app/vue/example/horizontal-list/single-horizontal-list/...

To reproduce this issue, on this [example page](https://amendx.github.io/vue-dndrop/examples/events.html), set `zoom: 1.2` of any div that contains vue-dndrop component and then drag an item. The dragged item will be off the...

### Clear and concise description of the problem 现在的NDataTable的summary只能选择是在顶部或是底部,二选一,用`summary-placement`来选择。但是也有同时需要顶部和底部的summary的情况。 ### Suggested solution 建议提供summary-top和summary-bottom,而不是像现在只有一个summary。 ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Read the [Contributing Guidelines](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.md)....

feature request

### 问题的清晰而简明的描述 如图中的第一个表格(NDataTable)所示,现在的NDataTable的Pagination是放在Table的外面。图中的下面的表格是其它库实现的DataTable,它的Pagination是在表格里面作为表格的一部分。当然这个没有对错,只是设计上的选择。不过我觉得Pagination在表格里面更好看一些,这样样式比较统一。 ### 建议的解决方案 能不能加一个选项pagination-placement,让用户可以选择pagination的不同位置,比如:bottom-outside | bottom-inside | top-outside | top-inside。如果选择更细的话,还可以选择在左边还是右边,如:bottom-right-outside... ### 备选方案 也可以提供header slot和footer slot,让用户自己把pagination放在header或footer. ### 附加上下文 _No response_ ### 验证 - [x] 阅读 [贡献指南](https://github.com/tusen-ai/naive-ui/blob/main/CONTRIBUTING.md)。 - [x] 阅读...

feature request