Questions tagged as 'grid'

1
answer

how to make a gallery responsive

I would like it to be responsive, to be on a smaller screen the images will be one below the other. THANK YOU * { padding: 0; margin: 0; font-family: Helvetica; font-weight: 100; } .cards { display: grid; grid-templ...
asked by 09.10.2018 / 01:01
0
answers

I can not see the records I search in the Grid

I have a problem, I hope you can help me. I am occupying Kendo UI Grid on a page, when loading the page, I fill the grid. On the same page, I have filters to perform a search, when I search, the driver brings me the data correctly and it is show...
asked by 19.09.2018 / 01:17
0
answers

create custom class in resources folder laravel .. can you?

I am currently doing a project in laravel. I have created a simple class to build a grid manually, the project managers want that class to be inside the resources / views folder. I have already tried several ways but still nothing to register th...
asked by 14.08.2018 / 17:58
0
answers

Adapt different levels of grid so as not to affect the different components of the window

I have the following code to make a calendar selector, but the grid of the month change buttons make the calendar appear separate: def setup(self, y, m): left = Button(self.parent, text='<', command=self.go_prev) self.wid.append(lef...
asked by 06.08.2018 / 11:14
0
answers

aggrid does not load in IE Edge

I'm trying to load the ag-grid example, it works on all browsers except IE edge: <!DOCTYPE html> <html> <head> <script src="https://unpkg.com/ag-grid/dist/ag-grid.min.noStyle.js"></script> <link r...
asked by 07.08.2018 / 12:14
1
answer

Adapt GRID to FIXED Container

how are you? I'm doing a job with a GRID from Bootstrap and I would need to define "containers" of X fixed size, and that if the GRID is bigger than that container. It adapts automatically. I explain? :) <style> .contenedor1{...
asked by 30.05.2018 / 16:14
1
answer

Block grid cells in extjs?

I have a grid on extjs 6, which has a work schedule. If I place a textfield for 22 hours, I should leave it enabled for editing on the grid only in the morning, but if I leave 44, all day. The grid contains 5 column: Day :, (Tomorrow) Entr...
asked by 14.06.2017 / 18:10
1
answer

Modify ReactDataGrid from 'react-data-grid'

Having the following component: link Can someone tell me how to put a component that is not an input, for example a checkbox, inside the row? Seeing the code of the previous link I tried to do this: const check = <input type="che...
asked by 15.12.2016 / 12:11
2
answers

Horizontal ScrollView. Distribute the content in several lines. Hangman game

I'm trying to solve the hangman game on android and my problem is that I have a HorizontalScrollView, which contains a Grid Layout. I fill it with buttons, one for each letter of the alphabet. My problem is that the buttons I put them all...
asked by 18.12.2018 / 20:16