Row Styles and Grades
Row Styles and Grades
AdeptDeveloper
Posts: 3Questions: 0Answers: 0
Hi guys,
Excuse me if I'm completely overlooking something, but I can't figure out what all the styles for Row Grades A-C stand for. I noticed that random rows seem to take on a different style and can't figure out quite why that would be. None of my TR tags have IDs or NAMEs that I would think might key to the other classes. I basically just want even rows grey and odd rows white.
Any help is appreciated. Great tool!
[code]
ID
Category
Parent
Order
Actions
#qCategories.Category_ID#
#qCategories.Category_Name#
#qCategories.Parent_Category_Name#
#qCategories.Order_Nbr#
Edit
Add Subcategory
[/code]
-Steve
Excuse me if I'm completely overlooking something, but I can't figure out what all the styles for Row Grades A-C stand for. I noticed that random rows seem to take on a different style and can't figure out quite why that would be. None of my TR tags have IDs or NAMEs that I would think might key to the other classes. I basically just want even rows grey and odd rows white.
Any help is appreciated. Great tool!
[code]
ID
Category
Parent
Order
Actions
#qCategories.Category_ID#
#qCategories.Category_Name#
#qCategories.Parent_Category_Name#
#qCategories.Order_Nbr#
Edit
Add Subcategory
[/code]
-Steve
This discussion has been closed.
Replies
[code]
$(document).ready(function()
{
oTable = $('#tblCategories').dataTable({
"bJQueryUI": true,
"sPaginationType": "full_numbers"
});
} );
[/code]
Remove them as you wish.
I'm using the jquery ui themeroller, but can't find anything in there that would be overriding it yet.
Can you upload tables/js u're testing? Or check with firebug if there are really no css overriding?
By the way, if you're using themeroller, remember that you must change css styles at demo_table_jui.css file, not demo_table.css ;D
Cheers.