Questions tagged [grid]
NOT FOR CSS GRID LAYOUT. Instead use [css-grid]. This tag is ambiguous, please don't use it. For row-column layouts, use [grid-layout]. For the HPC setup, use [grid-computing]. For the R plotting package, use [r-grid]. For multi-dimensional data, use [matrix] or [array] or [raster]. For WPF-Grid control, use [wpfgrid]
grid
11,907 questions
-2
votes
0
answers
25
views
Ant Design Table column widths differ between normal view and print mode in React [closed]
Question
I'm using Ant Design Table in a React application where column widths are set programmatically. The table displays correctly in normal view, but when printing, the column widths are not ...
Advice
0
votes
4
replies
34
views
CSS Grid row span
In the html below, I'm trying to get the "Paid By" cell to span 4 rows. This cell should start on the same row as "Contract Number and Date" spanning 4 rows overlapping the "...
2
votes
1
answer
91
views
multicolor linearGradient for ggplot background
I'm struggling to fill the background of this plot with a color gradient. There is a warning in the help for linearGradient that they are not supported on all graphics devices, but I've tried multiple ...
0
votes
2
answers
80
views
Card Issue maintaining height and width through Margin and Padding
I am working in react js with tailwind. I have a card with a bg-color. I assigns it a bg color right and I dont want to give it a specific height or width and wonna to handle it through margin and ...
-1
votes
1
answer
87
views
Virtualization using VirtualizingStackPanel inside custom ControlTemplates
I'm tasked with implementing a custom DataGrid-like control in one of my projects.
This is due to many specific features it needs to have implemented, and also the large amounts of data that have to ...
0
votes
0
answers
28
views
My Widget does not work properly Because of different grid sizes
I used a custom grid structure. Not only it doesn't work as I want on different screen sizes, but also the widget I defined externally does not fit into different grid structures. Here index.jsx:
<...
0
votes
1
answer
59
views
How to Remove Unused Space Below Text in a Matplotlib Subplot
I have the following code snippet, which produces 3 subplots:
2 on the same row side by side, for the logo and title
1 below that will include various texts.
...
0
votes
1
answer
59
views
Grid header on the first column instead of the first row
Would it be possible to have the first column of the table or grid to be a grid.header or table.header?
I am trying to make ...
1
vote
0
answers
38
views
GridDB Custom Partitioning in Node.js
Can I Define a Custom Partition Key for GridDB Containers Using Node.js?
I want to distribute data across GridDB nodes based on a custom column (e.g., region_id) instead of relying on automatic ...
0
votes
0
answers
68
views
Getting "Container not found" error when trying to modify GridDB container column definitions at runtime
I need to add columns to an existing GridDB container in my Python application, but getting a "Container not found" ...
0
votes
1
answer
55
views
Laying out controls in a grid
This is a follow up to my previous question: Aligning left side of TextFields
I am trying to use a Grid to mimic the layout of controls as seen in Xcode:
I am ...
-2
votes
1
answer
96
views
Ninjatrader Drop Down box to fill TextBox value or button text value (c# with WPF available) [closed]
Settings so far:
I have a WPF Grid with a TextBox set to a col and row.
There is an enum set for items to select.
I have a <...
0
votes
0
answers
246
views
How to correctly capture the updated layout from a streamlit-elements dashboard.Grid in session state
I am developing a financial dashboard using Streamlit and the streamlit-elements library. My goal is to create a user-customizable dashboard where users can drag and resize cards. The final layout (...
0
votes
1
answer
50
views
Kendo MVC Grid Row Filter without decimals
I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places.
...
0
votes
2
answers
175
views
how to use grid with textbox? my textsize seems to impact my grid but I don't want it to
I want my screen to have a small notepad in the bottom left.
My textsize within this textbox seems to impact my grid, but I don't want it to.
My understanding is that using ...
0
votes
1
answer
37
views
Angular Kendo grid transpose column to rows
I am working on angular kendo grid. my requirement is to show couple of columns as rows. The api response provides six fields with corresponding value, I need to show four fields as columns and the ...
0
votes
2
answers
148
views
Ipywidgets GridBox grid_column & grid_row don't Display - GridBox + Layout
I'm studying ipywidgets, I'm trying to create a GridBox as pic1 but for some reason, I only get a FlexBox printout (pic2), I tried Jupyter Lab, Jupyter NB, Google Colab, all the same results, I also ...
0
votes
2
answers
100
views
Using Tkinter in Python, How Can I Autosize a Canvas to its Parent Frame
I'm trying to build a Tkinter form in Python that has three "frames": a narrow frame across the top (for a title), a thin frame down the left (for buttons), and a main frame (to show content)...
0
votes
1
answer
66
views
Tkinter Text widget with grid management. How to retrieve the edited data? Python 3.12.3
I've discovered the Tkinter Text widget, used with the grid manager. I successfully created a table and populated it with a numpy array. Now I'm trying to figure out how to retrieve the edited ...
1
vote
1
answer
137
views
Matplotlib - polar projection ax, issue with set_theta_zero_location and the grid
My matplotlib version is 3.7.2,
here is my code:
...
3
votes
1
answer
88
views
R: ggplot in grid is clipping axis numbers
I am ordering multiple ggplots into several columns using grid library. The resulting plots are being clipped at the right margin.
This code shows the problem:
...
0
votes
0
answers
90
views
WPF Dynamically Created Grid (Popup) Doesn't Become Visible Even When Visibility=Visible
In my WPF application, I dynamically generate a series of Grid rows, each representing data. When a user clicks on one of these grids, a popup panel (also a Grid) should appear, overlaying the UI with ...
0
votes
0
answers
41
views
Gifs not respecting grid size constraints causing layout issues
I'm new to CSS and I'm trying to design an experiment in Qualtrics. The layout should display:
A phrase at the top -
A 2x2 grid of GIFs (each in a separate grid cell)-
A slider below to collect a ...
1
vote
2
answers
64
views
Align columns using grid-template-columns
I have two sections using CSS grid and grid-template-columns. The 1st one shows 4 boxes per row, while the 2nd one shows 3.
Since the first element of this 2nd section has 50%, I'd like the space/gap ...
2
votes
1
answer
91
views
Move Facet label to the left to make space for legend [duplicate]
I am using facet_wrap and need to move the x axis table left and the y2 axis lable up to make room for my legend and was wondering if the is possible.
Below is my code and an image of what I am trying ...
0
votes
0
answers
64
views
Keen-slider dimensions issue when is placed in the grid
I'm using Keen-slider in React project and have found a strange issue in sliders behaviour when it is wrapped with div and placed in grid column which width is defined in percents or in fr. In this ...
1
vote
2
answers
224
views
Why doesn't dynamic Tailwind class override static class in my element?
I would like the col-span-1 override col-span-2 however I'm trying to apply Tailwind CSS classes dynamically using a variable in my Svelte component.
Here's the code:
...
0
votes
0
answers
44
views
Chart and some details not loaded on selenium grid, node-chrome
I have peculiar situation, i think. When I run tests locally, the chart is rendered properly but when I run it on selenium grid locally as container in hub-node model the chart doesnt come up. I have ...
0
votes
1
answer
217
views
Blazor Bootstrap nested grid / detail view event
I started experimenting with BlazorBootstrap newest version (v3.3.1). I want to do an action, for example make an API call when the user expands detail view. I ...
0
votes
0
answers
31
views
Get kendoFilterMultiCheck and sort its values for locked grid column
I want sort all values in grid filter with multiselect. I use standard mechanism from kendo demos and it works fine for unlocked columns:
...
0
votes
0
answers
73
views
grid in process maker
I have a form that has two grids(id: grid1,grid2) and I want the files I upload in the first grid(column id:doc) to be transferred to the second grid(column id:doc2).
What is the trigger code?
I have ...
0
votes
0
answers
40
views
Selenium video container getting null as session Id
I recently deployed selenium grid 4 on my kubernetes cluster using the helm chart https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/values.yaml. Everything works fine but ...
-1
votes
2
answers
103
views
Extract grid from a NetCDF file
I am trying to extract the grid from a netcdf file for chlorophyll a in the South of Ireland / Celtic Sea.
This (below) is what I have done, but I get a large grid that also goes on land, even though ...
0
votes
0
answers
26
views
Optimizing TQL Queries for High-Frequency Time-Series Data Ingestion in GridDB
I am developing a GridDB-based application that ingests large volumes of time-series data from IoT devices. My application uses TQL (GridDB Query Language) to query and aggregate this data in real-...
0
votes
0
answers
34
views
Bulk Data Import and Dynamic Schema Evolution with GridDB Python API
I am working on a GridDB-based application that requires bulk data import from CSV files using the Python API. Additionally, the schema of the incoming data can evolve over time, so I need a strategy ...
0
votes
0
answers
109
views
Need custom horizontal grid with multiple rows and columns but connected to SwiftData models in SwiftUI
Still learning about grids. The more I think through this, perhaps grids because of how the grid flows is not the proper way to present this data. Definitely need to scroll this games section as you ...
0
votes
1
answer
156
views
QGIS raster generation with defined grid
Is there a way in QGIS to define a grid and generate separate tiff files for every grid cell? Like in this matter:
Open XYZ Tiles -> OpenStreetMap.
Use a tool to define a grid over the interesting ...
1
vote
0
answers
66
views
How to make a specific column readonly in tabulator?
I am using tabulator grid (https://tabulator.info/) version no 6.3. I have integrated that it into my project and now i want to make student id column as readonly so that user cant edit it.
How to ...
0
votes
0
answers
11
views
Slow loading data into two grids at launch or after a refresh
My goal is to create a web page with a combo box populated with various dates. The first date would be the date selected by default. Based on the selected date, two tabs each with a distinct grid ...
2
votes
1
answer
92
views
Aligning grid columns between parent and container frames using tkinter
Using Python and tkinter I have created a dummy app with a scrollable frame. There are two column headings in a container frame. The container frame also contains a canvas. Inside the canvas is an ...
0
votes
1
answer
242
views
Ag Grid setting filter on data ready not applying
I'm trying to filter the data from one column in the grid when the grid had finished the loading of everything it needs. I'm using the Angular version.
I tried this:
...
0
votes
0
answers
16
views
Titles for columns of a grid in a scrolled window
I would like to use a grid like a spreadsheet with titles for each of the columns. This grid has to be in a scrolled window becasue the number of rows exceeds the size of the monitor. But I would ...
-1
votes
4
answers
115
views
Tkinter - resize parent after grid_remove()
Either I did misread some of the documentation or I still do not quite understand some concepts of Tkinter.
If I add widgets (e.g. Labels) to a frame using grid() ...
0
votes
3
answers
89
views
Why doesn't column-count force the exact number of columns?
I have the following code:
...
0
votes
0
answers
46
views
How can I shuffle grid elements without ruining the layout?
As you can see in the example I have 6 elements "other-news" (colored Fuchsia) on the right side of the grid stacked in 3x2 format. I want to be able to bring them to the left side and keep ...
0
votes
1
answer
54
views
chart js format only 2 axis lines and not the all grid lines
Is it possible in chart js
display grid lines - while formatting different only the 2 main axis lines.
x-axis (y=0) and y-axis(x=0).
in y axis - set different color for y ticks values: red for ...
0
votes
0
answers
70
views
Why doesn't the original index in Grid retain the original value?
I wrote an Android application using Fire Monkey with Delphi RAD Studio 11 Version 28.0.47991.2819. In this application, I also have a grid that has columns and when the grid is defined, their index ...
2
votes
0
answers
48
views
How can I implement user authentication in a GridDB application?
I am working on a GridDB-based application and need to implement user authentication to manage access to the database securely.
I am developing a GridDB-based application and aim to implement user ...
0
votes
2
answers
93
views
Unity C#. void Start() does work in editor but doesn't in build
I have a grid based movement system. The for-loop runs through every tile and checks it is occypied (first if) and the attitude (second if). The problem is: this code is working perfectly in editor, ...
1
vote
0
answers
93
views
Difficulties implementing a drag and drop feature using Jetpack Compose
I'm trying to develop a drag and drop feature for a grid system with Jetpack Compose.
The user will have the ability to long press on a UI component and drag it to another location within a grid ...