-
Notifications
You must be signed in to change notification settings - Fork 486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixedColumn issue #1616
Comments
Hi, We only offer support for projects with Angular >=10. I'm closing this issue now. |
we are using angular 11.2 and ionic ^5.5.2 can i implement that fixedColumn in dt options
|
Please note this project is meant for Angular web apps. It may work on Ionic, I haven't tested it so I can't comment on Ionic specific implementation. I do not quite understand your request, do you want to know how to implement Fixed Columns extension in your Ionic app? If so, you could try installing the plugin JS and CSS code from NPM, add the necessary files to For reference, here's our installation procedure for enabling Buttons extension in Angular app. https://l-lin.github.io/angular-datatables/#/extensions/buttons Hope this helps |
https://datatables.net/extensions/fixedcolumns/examples/initialisation/two_columns.html |
Could you provide StackBlitz link or GitHub repo to investigate this? |
https://stackblitz.com/edit/angular-ivy-h31swj?file=src/app/home/home.page.ts @shanmukhateja |
Could you try using the init code from left example?
|
@shanmukhateja i tried fixedColumns: { left: 2} in this.dtOptions but its not freezed that first two columns i don't know what i am missing
|
Hi, Your StackBlitz project is throwing the following error:
After inspecting This isn't a library issue. I'm closing this ticket now. |
@shanmukhateja leave that previous issues i cant create scrollable data table .. using dt options do you have any samples for that in angular ?? |
i cant implement the fixedColumn in dt options i am using angular 6+ with ionic
The text was updated successfully, but these errors were encountered: