EasyUI Forum
April 16, 2024, 01:20:46 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  General Category / EasyUI for Vue / DataGrid Tab Behavior on: November 27, 2023, 08:20:58 AM
When I use the 'tab' key from within the last cell/column in a row, I want the focus to go to the first cell of the next row. Currently the focus jumps outside the DataGrid entirely. Any suggestions?
2  General Category / EasyUI for Vue / Re: EasyUI and Vue 3.x on: November 21, 2023, 12:02:58 PM
Yes, just make sure you install the correct version (npm install v3-easyui --save).
3  General Category / EasyUI for Vue / Re: LayoutPanel Collapse and Expand Events on: June 30, 2023, 06:35:55 AM
UPDATE (resolved):
I was able to resolve by adding a "transitionend" event listener to the LayoutPanel.  Smiley
4  General Category / EasyUI for Vue / LayoutPanel Collapse and Expand Events on: June 30, 2023, 04:06:46 AM
I'm currently using @expand and @collapse events, but unfortunately they also trigger for non-collapse/expand events (like mouse over events). Also the expand/collapse events don't pass any info (e.g. event obj) to the callback function. I need a way to detect collapse and expand events exclusively, any suggestions?
5  General Category / EasyUI for Vue / Re: Vue 3 Compatibility on: December 07, 2022, 11:01:50 AM
That's great news!  Smiley
6  General Category / EasyUI for Vue / Re: Vue 3 Compatibility on: July 11, 2022, 09:11:08 AM
OK, good to know. Are there any plans for a Vue3 version of EasyUI?
7  General Category / EasyUI for Vue / Vue 3 Compatibility on: July 08, 2022, 07:39:22 AM
Is EasyUI for Vue compatible with Vue 3? If so, how do I install and configure it in my Vue3 project?
8  General Category / EasyUI for Vue / Re: Panel Close Event on: May 03, 2022, 09:29:46 AM
Success! As of version 1.2.44 the close event is now triggering. Thanks Jarry.  Smiley
9  General Category / EasyUI for Vue / Re: Panel Close Event on: May 02, 2022, 03:57:40 AM
I have updated to the latest version (1.2.43) and tested exactly as suggested, but still not triggering the close event. Huh
10  General Category / EasyUI for Vue / Panel Close Event on: April 28, 2022, 09:44:21 AM
How can I add an event listener for a panel close event?  I'm using the panel's 'closable' attribute and clicking on the ".panel-tool-close" button in the header to close the panel.
11  General Category / EasyUI for Vue / Set PropertyGrid (DataGrid) Cell Value to ReadOnly on: February 07, 2022, 11:47:25 AM
How do I make a specific property value readonly? For example, if I wanted email value to be readonly, but all other cell values editable.
12  General Category / EasyUI for Vue / Re: DateTimeBox bug on: February 07, 2022, 11:07:37 AM
There's a DateTimeBox for Vue? Is this new? I can't find any demo or documentation...
13  General Category / EasyUI for Vue / Re: PropertyGrid on: December 01, 2021, 06:55:24 AM
UPDATE2:
Success  Smiley ! I was able to resolve by adding the following line to my CSS:
Code:
.datagrid-header-inner {
  height: 32px !important;
}
14  General Category / EasyUI for Vue / Re: PropertyGrid on: November 25, 2021, 11:14:36 AM
UPDATE:
The column headers (e.g. "Name" and "Value") are not appearing at the top of the datagrid columns (pic attached). Oddly, if I edit and save my code I can see them temporarily, but as soon as I reload/refresh my web page they disappear. It seems like as soon as the data[] array is updated/changed it causes the gridcolumn headers to disappear?
15  General Category / EasyUI for Vue / Re: PropertyGrid on: November 18, 2021, 04:38:35 AM
Perfect, thanks Jarry! Wink
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!