jQWidgets Forums
Forum Replies Created
-
Author
-
April 4, 2018 at 5:34 pm in reply to: Autorowheight with widget keeps growing Autorowheight with widget keeps growing #99596
I have created an example here: https://jsfiddle.net/87m8j306/
The problem is with JS lines 85-92.
* Without line 88, jqx sets height to 100% which causes auto row height to get larger when editing name or age cols.
* If line 88 is included, then line 89 is necessary because jqx starts putting in a margin to force content vertically centered, but 89 doesn’t work as jqx still forces the margin to a specific value.October 29, 2015 at 8:44 pm in reply to: Changing Number of Total Virtual Records Changing Number of Total Virtual Records #77533OK. I will do that for now. It might be an idea to vote on in a future release to add support for this capability instead of having to respecify the entire pager code to update only the counts in the corner.
October 28, 2015 at 7:54 pm in reply to: Changing Number of Total Virtual Records Changing Number of Total Virtual Records #77465Hi again,
I think I understand what you were trying to say and I apologize if I confused you. Regardless of how many rows page size is, whether it be 2 or 6…. let’s say it’s 6, in the example, there are still 3 virtual columns in each row of laptops and thus instead of the page summary saying 1-6, I want it to say showing 1-(6×3) or 1-18. In the laptop example, each row&column combination is a record visually in the display. Visually, rows aren not records themselves (although in the data source they are). Therefore, the summary should not use the page size attribute because each row has multiple records.
October 28, 2015 at 2:14 pm in reply to: Changing Number of Total Virtual Records Changing Number of Total Virtual Records #77457Hi Hristo,
Unfortunately changing that property doesn’t appear to help me. I actually have already set that value to 6 to display 6 rows. I have one actual column in my table that displays 4 html panels/items from my attached data source to effectively give the Tile Grid layout. Changing the pageSize to something else would increase the rows, but I still have 4 html items in each row, so I need the summary to show ‘1-24 of x’. However the summary is only aware of the table having one data column so it displays ‘1-6 of x’.
I’m not quite clear on your PS comment with regard to matter of quantity from elements?
-
AuthorPosts