Questions tagged as 'reactjs'

0
answers

Error importing ReactCSSTransitionGroup into BeyondJS

At the time of importing ReactCSSTransitionGroup into the control module.json and entering the browser, the console shows Error: Script error for "ReactCSSTransitionGroup" . My intention is to implement animations according to the doc...
asked by 02.01.2019 / 18:29
0
answers

I have problems with the special characters in react

I have an application built with asp.net core where I use react with redux but I have problems in the visualization of some special characters. It turns out that I have a component import React, { Component } from 'react'; import './media.c...
asked by 22.11.2018 / 14:26
0
answers

reacstrap Modal, hide table when adding it to render

Good evening I want to add a modal window on my screen and it turns out that when you add it as a component, hide the html table, Greetings !! render() { debugger; return ( //<div className="deifnirAreaProyectos"&...
asked by 07.11.2018 / 01:57
2
answers

Link component in React that does not appear in the Home component

I have my main component from where I do the routing Class App extends Component { render() { return ( <Router> <div> <Links /> <Route exact path="/" component={Home} />...
asked by 25.10.2018 / 17:05
2
answers

Help When filtering Data from the server with React

Does someone tell me how I can add a condition to the data I call from my database? I have a license plate where I call everything, and what I want is just to show in a ReactTable those that have today's date .. Here the code class Matricula e...
asked by 26.10.2018 / 05:05
0
answers

How to load data into an input by filling in another Input with React

I have updated the Code. Here I have a functional Select Autocomple showing the list of records from DB "Register". Selecting a Code Automatically fills in the Input Name. The same thing I want to do but with the no, I want to call more than two...
asked by 24.10.2018 / 06:46
0
answers

Help How to validate these fields in Reactjs

I have tried several functions to achieve validate these within a ReactTable. The Airplane field I want to only allow a maximum of 5 characters, and the Weight field I want to be only numeric. I do not know how <ReactTab...
asked by 22.10.2018 / 05:19
0
answers

How to do an Autocomplete in a ReactTable with Reactjs

In the ReactTable I have the Aircraft column, which is editable but I do not want the value to be updated as it is now, but, when you click there is an autocomplete by code, and when selecting an Aircraft, the column Weight will load the automat...
asked by 22.10.2018 / 01:08
0
answers

How to display Data from a second Array in ReactTable

Help in Reactjs: How to show the data that is inside the second "Other" Array, only those that are in the first example Array d.Code if you print const data = [...this.state.info]; return ( <ReactTable data={data}...
asked by 19.10.2018 / 16:28
1
answer

Error when using the Atom server for a React.js App

   ./ src / index.css   (./node_modules/css-loader??ref--6-oneOf-3-1!./node_modules/postcss-loader/src??postcss!./src/index.css) C: \ Users \ user \ this -app \ node_modules \ autoprefixer \ lib \ hacks \ grid-template.js: 1       (function (ex...
asked by 12.10.2018 / 02:42