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
1325
Hiding a particular row at client side?
posted

Hi Team,

How can we hide a particular row at client side with its row index? And when we hide that row the row count (in row selector) of the next row should become that of the hiding one and so on. How can we do it?

An example:

      ID      Name     Age

1    A         Raj          21

2    B        Sam        25         <---- The row to hide at client side.

3    C        Jen          23

4    D        Zak          26

After hiding the resulted data should be like this,

      ID      Name     Age

1    A         Raj          21

2    C        Jen          23

3    D        Zak          26

How can we achieve it when Autogeneratecolumns is either True or False.

Thanks,

Assyst