Hello there,
I have a query regarding trNgGrid v3.0.5 RC and handling large amounts of JSON data.
I am looking to toggle the visibility of columns in my grid based on checkbox selections.
After exploring the documentation, I noticed that by unchecking "Autodetect (fields = null or not set)," three checkboxes appear which allow me to show/hide columns.
Can you guide me on how to implement this feature? My understanding of Angular is limited.
Upon page load, I need certain checkboxes pre-checked while others remain unchecked.
I'm unsure about the correct approach here.
Thank you for your assistance.