Data Table heading
Data Table heading
sruthyk
Posts: 3Questions: 1Answers: 0
hai,
I am doing a project which have tabs to do the tasks..if i draw a data table in one tab and try to do any thing in another tab or took the inspect element on that tab the data table heading on first table shrinks. This problem occurs only when i try to add the scroll feature of data table. Can any please tell me how can i over come this problem?
This discussion has been closed.
Replies
Its a jquery quirk. My solution to the problem is to use the tab changed event handler to build the tables when they come into view, not before.
You can try to use
columns.adjust()
to fix the column widths when you open the tab with the table.Kevin
thanks a lot both of your answers together worked for me