BPM使用ligerUI實現主從表顯示

2022-01-15 02:30:50 字數 1843 閱讀 6593

先看一下效果圖:

介面有待美化,嘿嘿,下面說一下實現過程,當然,我的**可能不對,就比如後台給前端返回json物件,應該包括狀態和訊息和資料,我這裡直接給返回了json物件,所以,如果有大神,您知道怎麼處理的話,請不吝賜教哦!

前端**:

這裡的子表資料我為了方便直接建立了乙個json物件,當然也可以從資料庫讀取資料

1

c#" masterpagefile="

~/defaultmaster.master

" autoeventwireup="

true

" codefile="

sqltest.aspx.cs

" inherits="

sheets_sqltest_sqltest

" %>23

othinker.h3.worksheet

" namespace="

othinker.h3.worksheet

" tagprefix="

sheetcontrols

" %>4"

content1

" contentplaceholderid="

cphhead

" runat="

server

">56

"content2

" contentplaceholderid="

cphmain

" runat="

server

">7"

ligerui/lib/ligerui/skins/aqua/css/ligerui-all.css

" rel="

stylesheet

" type="

text/css

" />

89101593

"height: 800px;

">94"

maingrid

">

9596

後台**:

1

using

othinker.h3.portal;

2using

system;

3using

system.collections;

4using

system.collections.generic;

5using

system.data;

6using

system.linq;

7using

system.web;

8using

system.web.script.serialization;

9using

system.web.ui;

10using

system.web.ui.webcontrols;

11public

partial

class

sheets_sqltest_sqltest : portalpage

1217

public

void

doaction()

1830}31

32}3334

private

object

getsupplies()

3558

59var griddata = new ;

60return

griddata;79}

80 }

LigerUI 單獨呼叫外掛程式使用注意項

ligerui 再某些情況下只需要使用部分功能,並不需要呼叫 ligerui.all.js 比喻 我現在只想用ligergrid功能 只需要呼叫 ligerui 外掛程式的單獨使用 除了相關樣式 css 的呼叫。base.js 這個js檔案是必不可少的。當然值得一提的是 引用 ligerresiza...

ligerui實現資料庫端分頁功能

ligerui的兩種分頁方式 ligerui的分頁方式有兩種 local和server。如果資料量不是很大,就直接採用local分頁,一次性的把資料全部傳送到前台來,之後ligerui自身的grid會自動分頁。說一下total,在後台傳送jsonstring時傳送定義好的total 總條數 你可以定...

Mysql keepalived實現主主互備架構

實現主主互備mysql架構,需要注意 1 將資料庫的防火牆關閉,service iptables stop 2 關閉selinux,setenforce 0命令臨時關閉selinux keepalived安裝注意事項 1 需要先安裝yum install openssl openssl devel ...