@boikom
@boikom
Forum Replies Created
-
AuthorPosts
-
August 21, 2019 at 7:09 am in reply to: Grid Filtering causes excessive delays with requestAnimationFrame #100220adminKeymaster
Hi,
This is considered to be normal. Filtering requires additional html elements that the Grid should create. This will slow the things especially with several grids on the page. I suggest you to create the grids on demand when a tab is selected
Regards,
George
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterHello,
Thanks for writing.
Grid Aggregates/Summaries are not yet implemented. That is the reason why summary settings have no effect. When we implement them, we will add demos and docs and release notes.
Regards,
George
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterHi jtara,
We will consider your comments about our documentation and framework. About the listing of functions of objects – we document only built-in functions, not all inherited from HTMLElement.
Regards,
George
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterFWIW, for now I revert to gathering input values using a little formToObj function that goes through and collects input, select, textarea values from the form…
August 16, 2019 at 12:13 pm in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100195adminKeymasterI wrote in my previous post that it works only with defined height as shown in demos.
Regards,
Boyko Markov
Smart Html Elements Team
https://www.htmlelements.com/August 16, 2019 at 11:54 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100194adminKeymasterhttps://codepen.io/cetinsert/pen/eYOZqEg – I realized this works up to the CSS-defined height and fails again (9 rows in this link). Increase height in CSS and it works longer.
Thank you for your prompt responses.adminKeymasterHello Peter,
The feature is in our To do list, but is not still available.
Regards,
Boyko Markov
Smart Html Elements Team
https://www.htmlelements.com/August 16, 2019 at 11:02 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100192adminKeymasterYes, we will.
Regards,
Boyko Markov
Smart Html Elements Team
https://www.htmlelements.com/August 16, 2019 at 10:41 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100190adminKeymasterI had already found a better workaround earlier for height auto, addNewRow!
- Start with fixed height in CSS
- Change height to auto in JS
Auto-height with add new row:
- broken – https://codepen.io/cetinsert/pen/mdbPYRJ
- working – https://codepen.io/cetinsert/pen/eYOZqEg (marked in CSS and JS panes as FIX1)
<hr />
What about the counter starting at 2?
Is that going to be addressed as well?August 16, 2019 at 9:50 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100189adminKeymasterThanks for the auto height feedback.
The workaround is to use the feature as shown on the website demos – grid has height different than auto. We will address the reported behavior in the next release of the grid component.August 16, 2019 at 8:21 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100188adminKeymasterwork arounds for both are welcome before fixes in a future release
August 16, 2019 at 8:11 am in reply to: grid with css height auto and add new row fails to display rows after ~3 adds #100187adminKeymasterhttps://codepen.io/cetinsert/pen/mdbPYRJ – just edited to show another issue:
appearance: { showRowNumber: true },
editing: { addNewRow: { visible: true, position: ‘near’ }
starts counting rows from 2 not 1adminKeymasterThe fixed issues are published here: https://www.htmlelements.com/docs/release-notes/
Best Wishes,
Boyko Markov
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterThank you for the feedback!
Demo is updated now.
Best Wishes,
Boyko Markov
Smart HTML Elements Team
https://www.htmlelements.comadminKeymasterYou are indeed right. Must have been unintended caching in one of my browsers. I am sorry.
Do you have a dedicated public issue tracker or are forums appropriate for such future posts? -
AuthorPosts