Questions tagged [phpgrid]

39 questions
0
votes
1 answer

DataTables Editor: possible to use AjAX calls for retrieving data?

I noticed that in all the examples provided by the website, all data is retrieved from the database at page load. However, in my case this would result in having to retrieve a significant amount of data, from which only part of it is being edited. I…
0
votes
1 answer

Modify tool-tip of phpgrid dynamically

I am using data grid from www.phpgrid.com for my website. I want to customize the tool-tip to something custom. Which file should I mod and what should I do? I saw a reference in their documentation…
Hello Man
  • 693
  • 2
  • 12
  • 29
0
votes
1 answer

Add static column in phpgrid manually

Using phpgrid.com to create a datagrid. Now i want to add a column named XYZ and with contents as ABC for all rows. Is it possible? The content is static for all rows and wont change at all. The column is not fetched from mysql table.
Hello Man
  • 693
  • 2
  • 12
  • 29
0
votes
1 answer

Formatting contents of export in phpgrid

I use phpgrid.com datagrid and display a table from database. $dg = new C_DataGrid("SELECT CONCAT(issues.type,'0',issues.kbid) As kbid, issues.issuesummary, issues.productid, organizations.orgname, issues.priority, issues.createddate,…
Hello Man
  • 693
  • 2
  • 12
  • 29
0
votes
1 answer

How to Integrate PhpGrid with Laravel

I am trying to integrate Phpgrid with laravel 4. I tried putting it in the vendor module and did composer dump-autload, but it is throwing errors. I also tried putting phpgrid folder in the library and then autoload it, but nothing seems to be…
akr
  • 739
  • 4
  • 15
0
votes
1 answer

moving toolbar for phpGrid to top of datagrid

I'm trying to move the toolbar and its icons to the top of the phpGrid Lite datagrid. From the phpGrid knowledge base, I got this code: $dg->cust_prop_jsonstr = 'toppager:true,'; $dg->before_script_end = ' jQuery("#orders") …
LauraNMS
  • 2,720
  • 7
  • 39
  • 73
-1
votes
1 answer

Remove PHPGrid default message

I am using the free version of PHP Grid - Lite. I have successfully integrated and the tool shows reports as exactly required. The only problem is it shows a default text "You are using phpGrid Lite. Please consider upgrading phpGrid to the full…
user1759227
  • 1
  • 1
  • 3
-1
votes
1 answer

2 iFrame's have to become one

I've got 2 iFrames, but I want to hide one and when a button is clicked I want them to switch. So far there are 2 iFrames but I'll probably need more, way more (like 19). Is it possible to something such as this? Waiting for your response, and…
-2
votes
1 answer

Change picture from database on click?

I have homework to do in 2 days. I have already been trying to do this for 4 days but I'm not able to make this work, so I wanted to ask you for advice. Nothing that I try leads me to what I need. I am making a shop and I already have made a login…
1 2
3