nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.41k stars 388 forks source link

Cells selection on column header click #1938

Open lcatalin opened 1 year ago

lcatalin commented 1 year ago

Summary

  1. How can I prevent cell focus and column cells selection when the column header is clicked?
  2. How can I template the column header with custom content?

Screenshots Screenshot 2023-07-10 at 11 28 15

Version 4.21.14

Additional context Based on first question. I try to set the cells value based on focused cell, as in the screenshot. Unfortunately, if I click on column header, cells are selected and all column cells value is set as first column cell value.