-
### 2. **Add Tailwind CSS to Existing Components**
- **Description**: Replace custom CSS with Tailwind CSS utility classes in existing components to simplify the styling process.
- **Labels**:…
-
### Description
Currently the table component is based on the x-data-grid component which is limited to 100 data rows on one page. With such a limit an infinite scrolling mechanism can't be implement…
-
**Scale Version**
"@telekom/scale-components": "^3.0.0-beta.132",
"@telekom/scale-components-react": "^3.0.0-beta.132"
**Framework and version**
React
"react": "^17.0.2"
![Screenshot 2023-09…
-
### Description of the bug
Using the CRUD component, I want to `setAllRowsVisible(true)`:
crud.getGrid().setAllRowsVisible(true);
This sets `height: auto` on the Grid via `all-rows-visible`…
-
# Story
As a **Bommelwart**, I want to view invoices as a list, including their sums, and have the ability to filter and sort them efficiently, so I can easily analyze and manage the data.
# Accepta…
-
I have observed that if the axes component is not wrapped inside a flexbox container, it will overflow.
The overflow behavior on Chrome and Firefox are not the same.
I have previously not seem t…
-
### The problem in depth
I am using DataGridPro in Dialog. When the dialog is opened for a **second** time, the following warning is printed to console:
"Warning: Failed prop type: The prop `api…
-
### Describe the project you are working on
A game that uses AStarGrid2D for NPC pathfinding on a tile-based map. The navigation system needs to check whether positions are valid and walkable, requ…
-
### Version
3.18.0
### Vue Version
3.4.29
### Link to minimal reproduction
import { ref } from 'vue'
import { Grid as TinyGrid, GridColumn as TinyGr…
-
### The problem in depth
Can we finally consider adding a NumberField component to MUI?
This type of input is essential in most applications and it is about time this component is properly support…