Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
17 views

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 ...
Zaman Haider's user avatar
-1 votes
1 answer
79 views

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 ...
Qrakhen's user avatar
  • 115
0 votes
0 answers
28 views

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: this ...
Numan Suzer's user avatar
0 votes
1 answer
57 views

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. # ---- RIGHT COLUMN: 6 rows ---- ...
stbr2's user avatar
  • 1
0 votes
1 answer
56 views

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 something similar to this: ⁞ SECTION TITLE ⁞ text text text text text text ...
petsagouris's user avatar
  • 1,763
1 vote
0 answers
38 views

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 ...
Habib ur Rehman's user avatar
0 votes
0 answers
68 views

I need to add columns to an existing GridDB container in my Python application, but getting a "Container not found" error when trying to modify the ColumnInfo after container creation. ...
Habib ur Rehman's user avatar
0 votes
1 answer
55 views

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 almost there, this is my current result (...
koen's user avatar
  • 5,872
-2 votes
1 answer
82 views

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 button_Click and textbox_KeyDown events setup. Notes: Ninjatrader no ...
Dan H's user avatar
  • 11
0 votes
0 answers
228 views

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 (...
user31227690's user avatar
0 votes
1 answer
48 views

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. ...
ShawnO's user avatar
  • 1
0 votes
2 answers
173 views

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 uniform ="a" ...
Mike Nijland's user avatar
0 votes
1 answer
37 views

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 ...
Ben's user avatar
  • 3
0 votes
2 answers
128 views

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 ...
Mohamad Osama's user avatar
0 votes
2 answers
94 views

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)...
Boulder Keith's user avatar
0 votes
1 answer
61 views

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 ...
jeffery_1965's user avatar
1 vote
1 answer
123 views

My matplotlib version is 3.7.2, here is my code: import matplotlib.pyplot as plt fig, ax = plt.subplots(subplot_kw={'projection': 'polar'}) ax.set_theta_zero_location('N', offset=int(28)) ax.grid(...
roural's user avatar
  • 71
3 votes
1 answer
88 views

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: library(gridExtra) library(grid) library(...
Martin Liungman's user avatar
0 votes
0 answers
77 views

If there are two or more widgets in a single row, and i resize left-most widget, the widget next to it goes down in second row temporarily until i leave dragging and the entire positioning of widgets ...
jarvo69's user avatar
  • 7,918
0 votes
0 answers
87 views

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 ...
Ryphath's user avatar
0 votes
0 answers
40 views

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 ...
Usuario5678's user avatar
0 votes
0 answers
31 views

With help from copilot that made a python script i made a kml file to show a rectangle shape with a grid over that rectangle with 400 equal boxes. But the kml is showing the rectangle with a grid over ...
Léon Speek's user avatar
1 vote
2 answers
62 views

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 ...
pinicio's user avatar
  • 135
2 votes
1 answer
90 views

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 ...
Savy's user avatar
  • 45
0 votes
0 answers
57 views

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 ...
Evgeny's user avatar
  • 1
1 vote
2 answers
211 views

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: <script> const hostClass =...
Gurpreet Singh's user avatar
0 votes
0 answers
19 views

It is necessary that at a screen resolution of less than 900px, images from gallery__top, gallery__bottom and the gallery__content block are arranged sequentially in two columns and three rows, and ...
Agat's user avatar
  • 3
1 vote
0 answers
43 views

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 ...
Libra's user avatar
  • 43
0 votes
1 answer
195 views

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 cannot seem to find an event or a way to ...
tuomis's user avatar
  • 29
0 votes
0 answers
30 views

I want sort all values in grid filter with multiselect. I use standard mechanism from kendo demos and it works fine for unlocked columns: var filterMultiCheck = $("mygrid").data("...
lcnw's user avatar
  • 117
0 votes
0 answers
68 views

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 ...
Narges Ahangar's user avatar
0 votes
0 answers
39 views

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 ...
Desmond Ndambi's user avatar
-1 votes
2 answers
98 views

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 ...
Klervi's user avatar
  • 7
0 votes
0 answers
25 views

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-...
Ahmed nauman's user avatar
0 votes
0 answers
33 views

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 ...
Ahmed nauman's user avatar
0 votes
0 answers
100 views

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 ...
S. Hatmaker's user avatar
0 votes
1 answer
143 views

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 ...
JoeliP's user avatar
  • 33
1 vote
0 answers
61 views

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 ...
Pooja Nikam's user avatar
0 votes
0 answers
11 views

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 ...
John S.'s user avatar
  • 13
2 votes
1 answer
82 views

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 ...
sg-gs2025's user avatar
0 votes
1 answer
224 views

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: public onFirstDataRendered(...
Madalina Eleonora's user avatar
0 votes
0 answers
16 views

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 ...
Walter Gazdzik's user avatar
-1 votes
4 answers
110 views

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() the frame gets resized to fit them. (...
R4PH43L's user avatar
  • 2,210
0 votes
3 answers
80 views

I have the following code: .page-grid-layout { display: grid; column-count: 12; column-gap: 32px; row-gap: 32px; margin: 0 80px; } .page-grid-layout .left { grid-column: 1/7; min-...
Casca's user avatar
  • 61
0 votes
0 answers
39 views

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 ...
Bart Zakkenwasser's user avatar
0 votes
1 answer
52 views

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 ...
OJNSim's user avatar
  • 818
0 votes
0 answers
70 views

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 ...
Mohsen Darrehshiri's user avatar
2 votes
0 answers
48 views

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 ...
shahid urRehman's user avatar
0 votes
2 answers
87 views

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, ...
Michael's user avatar
1 vote
0 answers
91 views

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 ...
Bob Rasner's user avatar

1
2 3 4 5
239