List table content ITableHead style key

This commit is contained in:
M. Bestami
2025-09-05 09:52:06 +03:00
parent 95da9eb689
commit 97f60c8df9
2 changed files with 347 additions and 242 deletions

View File

@ -161,6 +161,7 @@
computeHtml?: Function
sort?: boolean
filter?: Record<string, any>
style?: Record<string, any>
}
interface IPagination {
[key: string]: any