data-priority not working with bootstrap?
data-priority not working with bootstrap?
vynnus
Posts: 2Questions: 1Answers: 0
this is my testing URL:
https://goo.gl/jZJbfX
I have set data-priority to 3 <th> but I see no effect at all.
Also in responsive mode when I click the blue (+) icon I cant type in the textfield.
Yesterday I could make it with the base theme.
This discussion has been closed.
Answers
I'm currently getting an error on the page because the server is returning
null
from the Ajax request toserver-response.php
.There is no such parameter. You might mean
serverSide
. But only if you have written your server-side script for server-side processing.Allan
thank you Allan, I managed to fix it with your help
Now I need one more thing.
As you can see here:
https://goo.gl/uzdMJ1
there's a default message "not products found" inside the table
What I need is:
if the state and city were not selected than show a X message
if both are selected and if a search returns no results than show Y message
Here's the current code I have:
You are correct - you'd need to use a
drawCallback
function like that as there is no API to dynamically change the empty table message.Allan