Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
How to create scrollable column behind igx-column?
posted

I have a Grid List and Data too but I want scroll columns behind first igx-coulmn and want dynamic Data too

Parents
  • 460
    Verified Answer
    Offline posted

    Hello, Krishna Gawai

    I have been looking into your question and my suggestion is to pin the required column so it would be displayed as first and the rest columns would be scrollable after it. Also, a topic that you might consider useful is the Grid Column Pinning topic.

    Regarding your requirement about dynamic data, I'm not sure what is the exact scenario. In case you require to generate the columns dynamically, my suggestion is to use the ngFor directive. If your requirement is to populate the grid with dynamic data from a server my suggestion is to check out the Grid Remote Data Operations topic in our documentation where could be found how to fetch data from a server and display it in the grid.

    In addition, I have prepared a small sample illustrating my suggestion which could be found here.

    Please test it on your side and let me know if you need any further assistance with this matter.

    Regards,

    Georgi Anastasov

    Software Developer

    Infragistics

Reply Children