Data Table heading

Data Table heading

sruthyksruthyk 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?

Replies

  • bindridbindrid Posts: 730Questions: 0Answers: 119

    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.

  • kthorngrenkthorngren Posts: 20,586Questions: 26Answers: 4,823

    You can try to use columns.adjust() to fix the column widths when you open the tab with the table.

    Kevin

  • sruthyksruthyk Posts: 3Questions: 1Answers: 0

    thanks a lot :) both of your answers together worked for me

This discussion has been closed.