TableHeadFixer icon indicating copy to clipboard operation
TableHeadFixer copied to clipboard

Border of fixed column

Open danhnguyeen opened this issue 8 years ago • 4 comments

Hello guy! Thank you for your plugin, it's very nice. But can you help me how to set the border for fixed column? my table has border. but when i scroll, the border of all the fixed columns is not appear. Sorry about my english

danhnguyeen avatar Apr 22 '16 09:04 danhnguyeen

Maybe you need set your table border-collapse: collapse with css. Ex:

.fixed-table {
      border-collapse: collapse;
}

lai32290 avatar Apr 23 '16 14:04 lai32290

thank you for your answer. but that's not a solution. i mean the problem is like this:

  • the first, it like this http://i1112.photobucket.com/albums/k490/trangchuvn_2000/1_1.png
  • when i scroll to right, it like this http://i1112.photobucket.com/albums/k490/trangchuvn_2000/Client%20Orders%20%202.png

there is no border in product name and product code columns

danhnguyeen avatar Apr 25 '16 02:04 danhnguyeen

ah border-collapse: separate is ok. not border-collapse: collapse; thank you 👍

danhnguyeen avatar Apr 25 '16 10:04 danhnguyeen

i use box-shadow to simulation border. i think the effect is better than border-collapse: separate.

andyTsai2321 avatar Jan 31 '18 02:01 andyTsai2321