-
**Describe the bug**
When using the tabEndNewRow feature, tabbing at the end of the last cell is supposed to insert a new row and focus the 1st cell of the 1st column. This works in Chrome and Edge b…
-
Hi,
I've built simple React.js application and was wondering if it was possible to run it from within Jupyterlab. I installed the "sophon-notebook-htmlviewer-extension" but this did not seem to wor…
-
To override the abstract method `ReactWidget.render()`, we need to write a `render():ReactRenderElement`, but `ReactRenderElement` is not exported.
https://jupyterlab.readthedocs.io/en/latest/devel…
-
Trying to review the architectual approach of Yew in how it solved several problems...and just a quick review quite impressive!
However from an outside, it is unclear what is 'prebuilt'/intended to…
-
React is already used in some of the examples, but we should have an example that explicitly says `react` in its title. Maybe just called `react` then.
It would be using version `16.8.4+` with hook…
jtpio updated
4 years ago
-
issue标题:
【平台】-【2.1.1】:【小程序我获取消息的时候 只能获取到对方给自己发的 自己发的记录不存在】
issue内容:
【当前现象】:只显示对方的消息 自己的消息 历史找不到
代码是 : (selToID是对方好友的ID )
// 收到新消息
tim.on(TIM.EVENT.MESSAGE_RECEIVED, this.onMessageEven…
-
I've tested adding 1000 items to a stack panel using the naive implementation and the UI grinds. However I spent a bit of time figuring out how to get DataTemplates working in FuncUI way and it seems …
-
**Describe the bug**
when setting `virtualDom: false` and table has a fixed height, there are no scrollbars to scroll all rows
https://jsfiddle.net/dota2pro/4etxd82f/2/
If I turn on virtualD…
-
I tried modifying your counter example code to use a grid instead of a dock panel:
```fsharp
let view (state : CounterState) (dispatch) : View =
Views.grid [
Attrs.rowDefin…
-
I'm trying to store nodes in structs and use them later in view.
use case:
``` rust
#[derive(Clone, Debug)]
pub enum Msg {
Home,
AboutUs
}
#[derive(Debug)]
…