Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Fit to predifined size with paginator #480

Closed
aw3s0me opened this issue Mar 26, 2014 · 1 comment
Closed

Fit to predifined size with paginator #480

aw3s0me opened this issue Mar 26, 2014 · 1 comment
Labels

Comments

@aw3s0me
Copy link

aw3s0me commented Mar 26, 2014

Is it possible to put backgrid into div with predifined size like 200x200 that has position: absolute
By the way is it possible to change font-size in backgrid when initialize?

And for example i have data like:
var testData = [{
no: 1,
module: "T02",
group: "DAS",
app: "Reader",
lastDate: "24.05.2012",
delayedBy: "11 days"
}, {
no: 2,
module: "T02",
group: "",
app: "sync",
lastDate: "24.05.2012",
delayedBy: "11 days"
}, {
no: 3,
module: "T03",
group: "",
app: "sync",
lastDate: "24.05.2012",
delayedBy: "11 days"
}, {
no: 4,
module: "T04",
group: "DAS",
app: "Reader",
lastDate: "31.05.2012",
delayedBy: "3 days"
}, {
no: 4,
module: "T04",
group: "",
app: "sync",
lastDate: "31.05.2012",
delayedBy: "3 days"
}];

Just 5 fields, is it possible to resize rows in height? And does the backgrid provides resizing of column width like jqgrid?

@wyuenho
Copy link
Contributor

wyuenho commented Mar 28, 2014

  1. That's what the .backgrid-container in the default CSS stylesheet give you. You can override the size of course.
  2. Not sure what you mean by "resize rows in height". All rows have fixed height by default, but you can control that will CSS.
  3. There's no user-controllable column resizing now. See Column resizing #6.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants