Hi Jose,
Good day to you.
We have validated your queries,
Query 1: “When I move to the right with the horizontal scroll, the titles of the Kanban get stuck, that is, they do not move to the position of the new columns”.
We tried to reproduce the issue by adding the CSS styles shared before to set the width of each column and ensured the reported issue by scrolling to the right, but we couldn’t reproduce the issue from our end. We have prepared a sample for your reference,
Can you please share us with a simple issue reproducible sample or please modify the shared sample, so that we can validate and reproduce the issue from our end and assist you at the earliest.
Query 2: “It’s possible to put always on top Kanban header? If I have large data content, when I scroll down, the user could always see column title”
The Kanban header can be set to the top always by setting the CSS style properties to the ‘e-kanban-header’ class. We have prepared a sample for your reference,
Code Snippet:
|
<style>
.e-kanban-header {
position: sticky;
top: 0;
z-index: 1;
}
</style> |
Please check the above code snippet and the sample and let us know if it satisfies your requirement.
Regards,
Revanth