-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table height, when initial state is empty table #742
Comments
Hi @Ifko! That is a bug! I'll see what I can do to get it fixed in the next update. |
Ok, try this updated demo which is using the pager addon code from the working branch of this repository. You'll notice that if the table has no rows it's height is slightly different than when one row is added. This is because, in that demo, a default row is 27 pixels in height. When a row is added its height is 30 pixels because the button in the last column expands the default row height. |
Hi, this is off topic and meant for Jurij Zajcev. We use also Thank you, Ifko |
If you mean adding canvas elements within the table cells, then one option is to set the cell's data text (data attribute set by the <td data-text="tiger"><canvas></td> |
Hi, where can I download js pager file from the working branch? Do I need more files or only pager? |
If you're going to use the updated pager script, you might as well use all of the most up-to-date plugin files. The next update should be soon... I'm trying to fix a few cross-browser issues that have popped up in some fixes I implemented. |
Thanx. It works, ifko On Donnerstag, 16. Oktober 2014 15:40:23, Rob G wrote:
Bye, ifko |
If table starts with empty state and pager has fixedHeight is set to true, the table is not set to proper height and its height changes on the last page. Is there something what I am doing wrong.
Fiddle for this issue:
http://jsfiddle.net/9Lzo4256/
The text was updated successfully, but these errors were encountered: