Ryan Fonseka

Results 7 comments of Ryan Fonseka

same problem here :😥😥😥

Hi, this is my code ``` `import React, {Component} from 'react' import SeatPicker from 'react-seat-picker'; // const SeatPicker = require('react-seat-picker'); export default class SeatPlan extends Component { state = {...

My browser is Edge. I tried reinstall the seat-picker but got this error ![image](https://user-images.githubusercontent.com/75168155/127599975-b05d6fdf-65ea-484a-b9df-a6916e99310b.png)

Hi, It was a CSS issue and I got it fixed by commenting on the following code in my CSS file ``` div.seat { background-color: green; } div.seat--reserved { background-color:...

@roggervalf Hi thanks for the information. If i want to add a title text in a blank row(in row D ) is there a workaround like ![image](https://user-images.githubusercontent.com/75168155/127884084-870f0ba5-fa8b-4192-9d84-55ae6664afed.png)

@roggervalf Hi brother any updates for the above?