EasyUI Forum
April 16, 2024, 02:10:00 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 3 ... 5
1  General Category / EasyUI for React / EasyUI React + EasyUI Jquery on: December 27, 2021, 03:33:11 AM
Hello,

Is it possible to load both libraries at the same time or will there be conflicts?
We plan on converting out EasyUI Jquery project to React but one feature at a time. which means we'll need to use both simultaneously.
2  General Category / EasyUI for jQuery / Re: Using 2 datagrid extensions simultaneously on: November 10, 2021, 02:03:03 AM
Yeah but it's not the same thing as your group extension.
This renders a separate datagrid for each row.
Not one datagrid divided into groups
3  General Category / EasyUI for jQuery / Re: Using 2 datagrid extensions simultaneously on: November 09, 2021, 12:43:41 PM
Correct me if I'm wrong but that won't get me the UI of your datagrid demo "Group Rows in Datagrid"..
The details formatter just renders content and not grid cells that will be attached to the main column header...
4  General Category / EasyUI for jQuery / Using 2 datagrid extensions simultaneously on: November 07, 2021, 10:21:53 AM
Hello,

I would like to use the datagrid-groupview.js extension with the datagrid-scrollview.js extension.
But both are enabled by the "view" parameter of the datagrid.

Is it possible to use both?
And if not, will you be willing to add this option?
5  General Category / Bug Report / jQuery scrollview plugin on: February 14, 2021, 07:58:01 AM
When a datagrid loads data from a url and gets nothing, the plugin detects the 'scroll' event (which for some reason is triggered when the initial load is complete) and the fact that there are no records and immediately makes a second request to the server with page:1 param.
On any window resize it also triggers the 'scroll' event which again reloads from the server and shows the 'loading' animation of the grid.

Is there a way to make it stop doing that?
6  General Category / EasyUI for jQuery / Showing pagination bar on: February 04, 2021, 02:42:45 AM
Hi

If I created a datagrid with pagination:false, and then I want to enable it, how do I do that?
I tried:

$('#tbl-data-eventLog_1024').datagrid('options').pagination = true;
$('#tbl-data-eventLog_1024').datagrid('resize');

7  General Category / Bug Report / html standards issue on: January 03, 2021, 07:46:37 AM
EasyUI seems to have some self-closing tags which are not supposed to be self-closing.
This can cause an issue when using it with jQuery 3.5.1 since they introduced a breaking change about that.

Attached is what my program found.
8  General Category / EasyUI for jQuery / Get loaded version on: December 27, 2020, 09:38:24 AM
Is there a way to check the loaded version?
Like in jQuery you could write  $.fn.jquery
9  General Category / EasyUI for jQuery / Make tree load complete data on: April 13, 2020, 06:31:27 AM
Hello,

My tree is loading data via the url property.
I have a loadFilter which sets all nodes to "closed" state.

When I expand a node, I don't want it to go to the server again, since the tree already has all the data including all children.
10  General Category / EasyUI for jQuery / Datagrid auto height on: March 23, 2020, 04:47:57 AM
How can I make the datagrid's height extend/shrink according to the number of rows per page so there will never be a scrollbar?
11  General Category / EasyUI for jQuery / Re: Nested subgrids on: March 18, 2020, 02:52:39 AM
I'm afraid I don't understand how to implement multi-levels.

in the demo onExpandRow it's creating another datagrid using "ddv.datagrid ({...})"

so in order to have another level, I will have in that second grid to have another onExpandRow event that creates a third grid and so on?
12  General Category / EasyUI for jQuery / Nested subgrids on: March 16, 2020, 04:22:57 AM
When I look at the Subgrids demo, after expanding a row, it gets the data from the server.
When I look at the Nested Subgrids demo, all of the children info is there from the start.

Is it not possible to create a nested subgrid with unlimited number of levels, and getting the data from the server when expending the row of each level?
13  General Category / EasyUI for jQuery / Can't set initial zIndex for a dialog on: February 27, 2020, 08:39:07 AM
https://jsfiddle.net/sectioni/7w2kjxLf/5/

In the window documentation there is a zIndex property.
I set it to 50 but it still starts from 9000
14  General Category / Bug Report / Upgrade changes existing layout on: December 29, 2019, 08:27:06 AM
Just upgraded from easyUI jQuery 1.6.2 to 1.8.8 and all the sizes of my website layouts have changed.

After investigating, I saw you have included in panel.css this segment:

Code:
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

I believe you should limit these rules to panel containers, otherwise it can break websites when upgrading...
15  General Category / EasyUI for jQuery / Datagrid scrollview on: July 18, 2019, 12:45:55 AM
I see that you use an extension in this tutorial https://www.jeasyui.com/tutorial/datagrid/datagrid27.php

But I can't find it in the extensions page.
Does it mean that it is not supported anymore?
Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!