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 6b54dcb commit b9cd74fCopy full SHA for b9cd74f
larray_editor/arraymodel.py
@@ -13,6 +13,11 @@
13
14
# TODO before first release:
15
# * add tests for reliable/"supported" adapters
16
+# * ideally, store detected row/column widths so that it does not change so
17
+# much on scroll
18
+# * cleanup RecordBatchFileReader (commented code)
19
+# * cleanup commit message
20
+
21
22
# TODO before using the widget in other projects:
23
# * move ndigits/format detection to adapter
0 commit comments