Kanban component - How to display multiple cards in same row in a column

Hi,

We were looking into your Kanban component. Looks like it is always showing a single card in a row within a column as card width is i guess '100%'. Is there any way that we can specify some max-width or specify number of cards in a row or some another way to display cards side-by-side as shown in attached screenshot? 

Thanks,
Mitesh

Attachment: 1848161454_bd0081ee_d5561acb.zip

5 Replies

SK Satheesh Kumar Balasubramanian Syncfusion Team February 11, 2021 01:36 PM UTC

Hi Mitesh,

Greetings from Syncfusion Support..!

We have validated your shared query at our end and let you know that currently it is not feasible to achieve your requirement. So we have consider your requirement "Kanban component - How to display multiple cards in same row in a column" as feature request which will be included in any of our upcoming releases. You can keep track of the status at your end through the below feedback.

In the meantime you can use the below customization sample with limited functionalities.


index.html:    
    <style>
      .e-card-wrapper {
        display: flex;
        flex-wrap: wrap;
      }

      .e-card-wrapper .e-card {
        flex: 0 48.5%;
      }

      .e-card-wrapper .e-card:nth-child(odd{
        margin-right: 8px;
      }
    </style>


Regards,
Satheesh Kumar B




MJ Mitesh Jadav February 15, 2021 03:53 PM UTC

Hi Satheesh Kumar,

We appreciate such a quick support.

It would be great if you could tell roughly when you are planning to provide this functionality or release

Thanks,
Mitesh Jadav


NR Nevitha Ravi Syncfusion Team February 16, 2021 11:32 AM UTC

Hi Mitesh, 
 
Thanks for update. 
 
Since we have already planned for our immediate upcoming releases, we couldn’t provide concrete timeline for this feature. At the planning stage for every release cycle, we will review all open features and identify features for implementation based on specific parameters including product vision, technological feasibility, and customer interest. We will let you know when this feature is implemented and would  appreciate your patience until then. 
 
Regards, 
Nevitha  



GE Geoff July 1, 2021 12:27 AM UTC

+1 for this feature :-)



RK Revanth Krishnan Syncfusion Team July 1, 2021 01:06 PM UTC

Hi Geof, 
 
 
Greetings from Syncfusion support. 
 
 
As we mentioned in the previous update, we will consider the feature and implement it in a certain release based on the customer request count and priority. So, we will intimate you once the road map has been prepared. You can track the status of the feature from the feedback link. 
 
Please upvote this feature to make this our priority. We will prioritize the features for every release, based on the user demands. 
 
Regards, 
Revanth 


Loader.
Up arrow icon