Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Ari J data table header
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Ari J data table header
#48537
Ari J data table header 10 Years, 8 Months ago Karma: 0
Hi,

I am using ari j data tables . My sql looks like this:



{arijdatatable bPaginate="true"} {arisqltable} {arisqltablecolumns} {arisqltablecolumn id="functie" alias="Functie" className="idg"} {arisqltablecolumn id="nume" alias="Nume" headerClassName="head"} {arisqltablecolumn id="incad" alias="Inc" headerClassName="head"} {arisqltablecolumn id="disc" alias="Disciplina" headerClassName="head"} {arisqltablecolumn id="dept" alias="Departament" headerClassName="head"} {arisqltablecolumn alias="Virtual Column" headerClassName="head" virtual="true" pos="1"} {/arisqltablecolumn} {/arisqltablecolumns} {arisqltablequery} SELECT functie AS Functie, nume AS Nume, incad AS Inc, disc AS Disciplina, dept as Departament from #__state_mg where disc like'Disciplina Biofizica%' {/arisqltablequery}{/arisqltable}{/arijdatatable}



I have 2 questions:

1.How can all the column tiles be in line. If you can look at the attach you can see the column named Inc is a bit lower than the rest
2.How can I fix the pcre.limit error for a big table

thank you
The administrator has disabled public write access.
 
#48540
Re:Ari J data table header 10 Years, 8 Months ago Karma: 760
Hello,

1. Could you provide a link to a page where we can see the table?

2. What is "pcre.limit" error?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48541
Re:Ari J data table header 10 Years, 8 Months ago Karma: 0
The administrator has disabled public write access.
 
#48543
Re:Ari J data table header 10 Years, 8 Months ago Karma: 760
1. Add the following CSS rule to "CSS Template" or to a site template CSS file:

BODY table.display thead th {
white-space: nowrap;
}

2. You can try PHP Settings plugin to override value of "pcre.backtrack_limit" PHP parameter.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#48544
Re:Ari J data table header 10 Years, 8 Months ago Karma: 0
1. thank you but now the sort button goes over the text
2. I will try


regards
The administrator has disabled public write access.
 
#48545
Re:Ari J data table header 10 Years, 8 Months ago Karma: 760
1. Add also the following CSS rule:

BODY table.display thead th.actCell_2 {
min-width: 70px;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12