Questions tagged [extreact]

ExtReact is a Sencha product. ExtReact can help development teams and organizations get their applications to market faster by reducing development time using our 115+ pre-built and professionally maintained UI components.

React is a popular JavaScript framework that offers a component-based approach to building web apps. React, however, does not include any pre-built components. React developers are faced with the choice of either building these components from scratch or getting them from the community. You can develop web applications faster by using ExtReact with React.

55 questions
1
vote
0 answers

Does Extreact support RTL layout?

I'm producing a program for Persian language and I use Sencha products including Extjs. Does Extreact support RTL layout like Extjs?
omid
  • 400
  • 3
  • 19
1
vote
0 answers

Ext-react breaks React Router and components

I'm using ExtJS inside React, I'm using Ext-React package (@sencha/ext-react) and it's causing a lot of problems when using it with React Router nested routes and < Link >s I have this in index.js:
Kareem
  • 259
  • 1
  • 3
  • 13
1
vote
2 answers

Managing React component behavior during update

I'm new to ReactJs, and working with the ExtReact framework. I'm displaying a grid, and made a pagination, which is working fine. I customed the spinner displayed when datas are loading, and it works fine when the "component did mount". But, when I…
Moufid Taleb
  • 151
  • 3
  • 12
1
vote
1 answer

Getting values from FormPanel in ExtReact 6.6.0

How should I be getting values from a FormPanel using ext-react 6.6.0? According to the API documentation I should be using getValues function, that works in 6.5.1 but I get error _this.form.getValues is not a function in 6.6.0 Code Works in 6.5.1:…
Alex Wachira
  • 1,225
  • 16
  • 19
1
vote
1 answer

I can not trigger an action with handler from sencha's extReact Button

This problem might lay in React syntax that I do not understand well. I have an array and I'm making Buttons with *array.maps((item) => * and I'm creating buttons as much as I have elements in the array. BUT I can not trigger/call any function with…
Zack Zilic
  • 832
  • 3
  • 12
  • 28
1
vote
1 answer

How to make Menu satay active even after clicking on it's MenuItems in Sencha ExtReact?

here's the code exam: render() { return (
Zack Zilic
  • 832
  • 3
  • 12
  • 28
1
vote
1 answer

Is there a way to dynamically change theme in ExtReact?

I know that there is a way to dynamically change the theme in ExtJS, by using Fashion of Material theme of modern toolkit. Is there a way to accomplish this in ExtReact?
1
vote
1 answer

How to wait until all of the properties of received synchronous array are set in React-Redux?

I can't do map() function for rendering because the length of the array is always 0, even though I get data from the array. Is there a way to set time interval until the asynchronous array is loaded properly? This is mine code: function…
0
votes
1 answer

Grid data not visible on front-end

I am currently working on an existing Ext React project which might have existing styles and CSS. I created a new Grid component and passed hard-coded data. It is not visible on the front-end although when I inspect the element I can see that data…
0
votes
2 answers

Why query not updated value but get initial value in Function with ExtReact

I have form fn code here #update code. I initialization query = { field: '', email: '', } not initialization url export function HomePage() { const [query, setQuery] = useState({ field: '', email: '', }); const handleChaneValue =…
Hoang Le
  • 25
  • 1
  • 6
0
votes
0 answers

SCSS compilation in ExtReact project

We use webpack to compile some sass file into CSS hier is fragment of SASS file: .#{$prefix}title { color: $title-color; } Which is compiled into following CSS: .x-titlebar .x-title { color: #fff; color:…
Dimitrij
  • 21
  • 4
0
votes
1 answer

Grid data does not show up

I just moved from ExtJS to ExtReact. And even the simplest grid will not work. This means the data doesn't show up. Header is rendered. Data is loaded. But no error is thrown. I started with this basic Sencha-Tutorial-Code. What I describe above…
Tobias
  • 17
  • 5
0
votes
2 answers

React.js How to loop and render component inside component?

I'm trying to render components according to the data list. The data list include a list of address and records, in each address records, it contains one or multiple member records. The data structure looks like…
azrael3192
  • 37
  • 1
  • 5
0
votes
1 answer

How to change the style (background color of the summary row) of Sencha Extreact Grid product

I have trouble changing the styles in the Sencha Extreact grid. For example: I want to change the background of the summary row in the grid. This is the current condition (a summary row with white background color): Here is the example code for the…
Jabal Logian
  • 1,666
  • 4
  • 24
  • 46
0
votes
1 answer

How to change the style (font color if there is a summary row) of Sencha Extreact Grid product

I have trouble changing the styles in the Sencha Extreact grid. For example: I want to change the font color of all columns to gray color. I use a renderer prop to change the font color for other columns. This is the current condition: Here is the…
Jabal Logian
  • 1,666
  • 4
  • 24
  • 46