I am using the WidgetCell component like this:
import React, { Component } from 'react';
import { Dialog, Button } from '@sencha/ext-react'
import { Grid, Column, WidgetCell } from...
Type: Posts; User: d.orkodashvili
I am using the WidgetCell component like this:
import React, { Component } from 'react';
import { Dialog, Button } from '@sencha/ext-react'
import { Grid, Column, WidgetCell } from...
I am trying to migrate from ExtJs to react. As it turned out it is not a very easy process because of the rich components of ExtJs.
So I decided to use ExtReact with material UI. But what I want to...