-
Currently the `cur_col_id`in the split context is pasted together from only the values of the column path the tabulation machinery is currently at.
This information is incomplete, particularly in …
-
Hi,
I used the notebook linked below to test a real-time selection listener in different modes (table grouped or not).
In the process , I think I fixed 1 typo and a couple of bugs in grid.py
I s…
-
As pointed by a TODO in DataTableBuilder: https://github.com/apache/incubator-pinot/blob/e892cb2942f1f41ac7056d977eeca0e5b22897d0/pinot-core/src/main/java/org/apache/pinot/core/common/datatable/DataTa…
-
Here's my code. The dimension of the sparse matrix is `200 x 100`. The dimension of H2OMatrix should be `200 x 101` (because I am adding a column), but it is `200 x 95`. Am I missing something or i…
-
Gentlemen,
I just switched from 2.3.5 to 2.4.0 and all my `update` methods became uncompilable due to change of `UpdateSQLBuilder.set`. It used to be
```
def set(tuples: (SQLSyntax, Any)*): UpdateS…
-
I started looking at the installed `EClab.exe` (version 11.36) and found some interesting data. Apparently, all column names are stored in a sorted array at 0x143E56D and continuing:
```python
# …
-
I am a newbie to gridx. So all what i am telling here may not be true!
When a column has been edited , the new value is written back to the server store via a
store.put command.
Then as a result of…
-
Für den Import über die SWORD-Schnittstelle muss ein Account angelegt werden, der Zugriff auf das Sword-Module hat. Alle importierten Dokumente werden bereits mit einer Default-Import-Collection verkn…
-
**(必填)请填写问题描述或截图:**
多表头的在指定打印列的情况下表头不完整不正常
在调试过程中发现问题发生在`mixin.js文件`的_default.methods._exportData方法下,具体出现问题的代码片段如下:
```js
if (customCols) {
groups = _xeUtils.default.searchTree(…
-
# MSSQL 查询所有的表名、字段名、注释
``` SQL
SELECT
表名=case when a.colorder=1 then d.name else '' end,
表说明=case when a.colorder=1 then isnull(f.value,'') else '' end,
字段序号=a.color…