@boykomarkov22gmail-com
@boykomarkov22gmail-com
Forum Replies Created
-
AuthorPosts
-
MarkovKeymaster
Hi Oleg,
Unfortunately, it is not possible to combine arrows into one. To hide row detail arrows, you can use CSS.
Example:
smart-grid-row[data-id="5"] smart-grid-cell div[data-field="_rowDetailColumn"] button { visibility: hidden; }
MarkovKeymasterHi Anh,
We will first need a sample which shows this behavior, because as I see, the built-in styling is customized with some custom styles.
Regards,
MarkovMarkovKeymasterHi Oleg,
The parameter is documented here: https://www.htmlelements.com/docs/grid-api/. Go to the “appearance” property, expand it and look for displayLoadingIndicator. Also check that you use the latest version & CSS files in your app.
Regards,
MarkovMarkovKeymasterHi,
Thank you for the feedback. The reported issue is confirmed and would be resolved in the next version. You can subscribe to our notifications to get a notification when a new version is available.
Regards,
MarkovSmart UI Team
https://www.htmlelements.com/MarkovKeymasterHi Anh Hoang,
Our Scheduler does not have Year view option available.
Regards,
Markov
MarkovKeymasterHi SJ,
You can use the timelineHeaderFormatFunction property to customize and override the default header cells formatting of the Gantt.
Regards,
Markov
MarkovKeymasterHi,
In the given sample, you use cells selection so you should use getSelectedCells() method, not getSelectedRows() which is for rows selection.
Regards,
MarkovApril 17, 2023 at 10:35 am in reply to: docking layout changes style of font an other plugin #104712MarkovKeymasterHi Oleg,
No, we do not change styles. Inner components however may inherit styles from parent components. See https://developer.mozilla.org/en-US/docs/Web/CSS/inherit
Regards,
MarkovMarkovKeymasterHi,
We could not reproduce the reported behavior with the provided details. Please, share a codepen, stackblitz or codesandbox example and step by step instructions.
Regards,
MarkovMarkovKeymasterHi Oleg,
We do not have CSS classes starting with -mm. Probably, the Menu has styles which has “inherit” css rules.
Regards,
MarkovMarkovKeymasterHi,
getSelectedRows returns an array when there are selected rows. Otherwise it returns an empty array.
Regards,
MarkovMarkovKeymasterHi,
Could you explain with a bit more details what is the issue which you experience?
Regards,
MarkovMarkovKeymasterHi sj444,
It is displayed in the local time zone. There is no option available to set the time zone at present. If that option is very important for your project, you can request it to sales@jqwidgets.com.
Regards,
Markov
MarkovKeymasterHi Yaw,
You can look at Smart Table for Angular | Table | Smart UI for Angular (htmlelements.com)
Regards,
Markov
MarkovKeymasterHi,
grid.dataSource.dataSource = null is an incorrect syntax. If you want to change the dataSource, then you need to set the grid.dataSource to a new dataAdapter or a new Array of data.
Regards,
Markov -
AuthorPosts