ludo / jquery-treetable

jQuery plugin to show a tree structure in a table
http://ludo.cubicphuse.nl/jquery-treetable
GNU General Public License v2.0
741 stars 278 forks source link

tree table columns size are reduced automatically when i minimized the browser window #153

Closed hotcoder closed 8 years ago

hotcoder commented 10 years ago

Hi

i am using jquery tree table , and i have one issue is jquery tree table hs seems to be in built responsive nature to the browser window i means when i reduced the size of the window the tree table columns size are also reduced automatically , but i do not want this nature i just want the column sizes intact , is their any option for that , please suggest . want to provide this fix urgently ., please help

ludo commented 10 years ago

The column width resizing is standard behavior for HTML tables. You can prevent this by making your columns fixed width (either with CSS or by adding a width attribute to the td or th).

hotcoder commented 10 years ago

Thanks ludo , it solved my problem . Thanks once again ,for the suggestion "The column width resizing is standard behavior for HTML tables".