I have a table and the data is read dynamically. Now I want to make the first four columns similar to Excel’s frozen effect.
When dragging the horizontal scroll bar, these four columns are fixed. Do you have any questions? There is no idea.
If you put these four columns into an independent DIV, it will inevitably destroy the original data structure. Moreover, my page has a lot of data and is complicated, so I hope to have a solution with minimal changes.
Duang! ~ Duang! ~ Duang!
Duang! ~ Duang! ~ Duang!
Make two tables. One table with four fixed columns is placed on the left, and a movable table is placed on the right. Overflow hiding is also set to the right. , so that scrolling on the right won't affect the left.
When data is dynamically read, just add rows to both tables at the same time.
Wrap what needs to be understood in a large div, set width, overflow-x:scroll.
Just mark it
<table><tr> <td class='budong'></td> <td></td> <td></td> <td></td> <td></td></tr></table>
Just mark it
<table><tr> <td class='budong'></td> <td></td> <td></td> <td></td> <td></td></tr></table>
Wrap what you need to know in a large div, set width, overflow-x:scroll.
jQuery EasyUI Data Grid - Set frozen columns
http://download.csdn.net/detail/qq_26505177/8494335
Just uploaded the plug-in, see if it can Can't help you.
Wrap what needs to be understood in a large div, set width, overflow-x:scroll.