Home > front end >  The bootstrap table drag and drop column width
The bootstrap table drag and drop column width

Time:09-26

I am using the bootstrap colResizable table in 1.6 min. Js in initial invoked when the page a $(" # table "). ColResizable (); The page load to complete can drag column width
After I point check button refreshes the table will not be able to drag the column width
Query button refreshes the method is as follows:
The function resu () {
$(' # table). BootstrapTable (' refreshOptions' {
Url: url,
The columns, the columns
});
$(" # table "). ColResizable ();
}
  • Related