Shrink of table on table data refresh
Shrink of table on table data refresh
pravinkumart
Posts: 4Questions: 1Answers: 0
I did table refresh which refresh only data inspite of rendering the whole table by reapplying the properties of column every time i am reloading data. Regarding UI the width of the table shrinks 1px each time the refresh happens . i tried several solution .. But nothing got suceeded . Please help me on this.
This discussion has been closed.
Answers
do you have a jsFiddle or jsBin or CodePen test case available?
No Sir.
I have used this function to render my table once the data has been sent.
$scope.renderTable = function(tableData) {
Then i used $interval to iterate it every 10 seconds.This is what i did .
I tried this solution.But it doesnt work. http://datatables.net/forums/discussion/23/calculating-table-width
I used width: 100% important in table and its working..