stockuper
Forum Replies Created
-
I would like to add that all tables are created in the same way. Tables are imported from Google table.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Incorrect sorting of numbersThanks for your help. No wonder you have 3512 stars. I owe you support. Thanks.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Incorrect sorting of numbersthank you! it works. My question was too stupid, sorry.
If can be, then the latest question, to not create a separate subject. How to merge cells if the table is imported from Google spreadsheet? The Union in a Google table is lost when importingForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Incorrect sorting of numbersit’s beautiful! Thank you!
I think this solution will suit me.
Please tell me, if I need to make several columns do the correct sorting, how do I change the command?
“columnDefs”: [ { “orderData”: [ 4 ], “targets”: [ 3 ] } ] now I put and 4 column hide. Everything works. And if I need to link 1 and 2 more columns?
“columnDefs”: [ { “orderData”: [ 4, 1 ], “targets”: [ 3, 2 ] } ] – it doesn’t work
“columnDefs”: [ { “orderData”: [ 4 ], “targets”: [ 3 ] }{ “orderData”: [ 1 ], “targets”: [ 2 ] } ] so does not work and lost sorting
if you do 2 commands “columnDefs” also lost sortingThanks. I’ll look for a solution. I tried a lot of different options and realized that this error occurs only in certain tables, but I can not understand what is wrong with them. Thanks again.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] The name of the PDF fileOh, thanks for the answer. let’s think about another way.
rechecked. This error occurs at different screen resolutions. The appearance of the error is random. Disappears only after resizing the browser window. Tried it on different browsers.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] The name of the PDF filethe link looks like this
Операционка<span>Операционная прибыль расчитывается как выручка минус затраты на себестоимость минус коммерческие затраты. По сути это EBITDA</span><a/>
css setting looks like this
a:hover {
text-decoration: underline;
}a span {
display: none;
color: #ffffff;
background: rgba(4,5,57,0.75);
padding: 2px;
border-radius: 4px;
width: 200px;
text-align: center;
position: absolute;
z-index: 10;
font-family: “Open Sans”, sans-serif;
font-size: 14px;
}a {
display: inline-block;
}a:hover span {
display: block;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Conditional formattingvery good question. Also waiting for an answer.
On the issue at this link – https://wordpress.org/support/topic/highlight-a-row-based-on-value/ очень хорошее решение, но к сожалению плагин не работает если нужно указать числа или русские буквы. только латинские буквы